BaseListBox.SetItemValue Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD SetItemValue(
nItemNumber AS LONG,
oValue AS USUAL
) AS LOGIC
public virtual bool SetItemValue(
int nItemNumber,
Usual oValue
)
Request Example
View SourceParameters
- nItemNumber
- Type: Long
- oValue
- Type: Usual
Return Value
Type:
LogicSee Also