[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert a TGUID to a string representation.
Source position: intfh.inc line 34
function GUIDToString( |
const GUID: TGuid |
):string; |
GUIDToString converts the GUID identifier in GUID to a string representation in the form
{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
Where each X is a hexadecimal digit.
None.
|
Check whether a class or given interface supports an interface |
|
|
Standard GUID representation type. |
|
|
Convert a string to a native TGUID type. |
|
|
Check whether two TGUID variables are equal. |