TsgPointerList.IndexOf
Returns the index of the first entry in the Items array with a specified value.
Syntax
function IndexOf(const Item: Pointer): Integer;
Description
Call IndexOf to get the index for a pointer in the Items array. Specify the pointer as the Item parameter.
Go to CAD VCL Enterprise