Skip to content

Dictionary.IndexOf

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

Dictionary.IndexOf Method

Syntax

Declare Function IndexOf(ByRef wText As Const WString, ByVal MatchCase As Boolean = False, ByVal MatchFullWords As Boolean = True, ByVal iStart As Integer = 0) As Integer

Parameters

Part Type Description
wText Const WString
MatchCase Boolean
MatchFullWords Boolean
iStart Integer

Return Value

Integer

See also

Clone this wiki locally