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