Return the index of a GUID in an array of GUID values.
Source position: intfh.inc line 37
| function GuidCase( | 
| const GUID: TGuid; | 
| const List: array of TGuid | 
| ):Integer; | 
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.
| 
 | Check whether two TGUID variables are equal. |