GuidCase
Return the index of a GUID in an array of GUID values
Declaration
Source position: intfh.inc line 36
function GuidCase(const GUID: TGUID; const List: Array of TGuid)
: Integer;
Description
GuidCase returns the index of GUID in the array List, where 0 denotes the first element in the list. If GUID is not present in the list, -1 is returned.
See also
Name | Description |
---|---|
IsEqualGUID | Check whether two TGUID variables are equal. |