VOComboBox.IBaseListBox.FindStringExact Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax METHOD IBaseListBox.FindStringExact(
cSearch AS STRING,
nStart AS LONG
) AS LONG
int IBaseListBox.FindStringExact(
string cSearch,
int nStart
)
Request Example
View SourceParameters
- cSearch
- Type: String
- nStart
- Type: Long
Return Value
Type:
LongImplements
FindStringExact(String, Long)See Also