Skip to content

WStringList.IndexOf

Xusinboy Bekchanov edited this page Nov 6, 2023 · 5 revisions

WStringList.IndexOf Method

Syntax

Declare Function IndexOf(ByRef iValue As Const WString, ByVal bMatchCase As Boolean = False, ByVal bMatchFullWords As Boolean = True, ByVal iStart As Integer = 0, ByRef ListItem As WStringListItem Ptr = 0) As Integer

Parameters

Part Type Description
iValue Const WString
bMatchCase Boolean
bMatchFullWords Boolean
iStart Integer
ListItem WStringListItem

Return Value

Integer

See also

Clone this wiki locally