FindFromExtended 

long FindFromExtended (long Start, long Amount, long Flags)

Parameters

Start

Index of starting control

Amount

How many controls to search. This overrides FC_COUNT in flags. See Specifying the Flags parameter topic in the GUI Library.

Flags

Flags to control search

Return Value

Index of the first control satisfying the search criteria; -1 if not found.

Comments

The flags controlling the search are described in the ItEv_FindControl GUI Library call. FindFromExtended finds controls from a certain starting point without searching for a value or field name (i.e., it uses ITCTRL_IDX macro for the value argument to ItEv_FindControl).

See Also

FindExtended ; ItEv_FindControl.