[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Convert a string to a native TGUIDtype.
Source position: intfh.inc line 30
function StringToGUID( |
const S: String |
):TGUID; |
StringToGUIDconverts the string Sto a valid GUID. The string Sshould be of the form
{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
Where each X is a hexadecimal digit. The dashes and braces are required.
In case Scontains an invalid GUID representation, a EConvertErrorexception is raised.
|
Check whether a class or given interface supports an interface |
|
|
Standard GUID representation type. |
|
|
Convert a TGUIDto a string representation. |
|
|
Check whether two TGUIDvariables are equal. |