Skip to content

WStringList.Contains

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

WStringList.Contains Method

Syntax

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

Parameters

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

Return Value

Boolean

See also

Clone this wiki locally