[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Helper type for TGUID
Source position: syshelph.inc line 35
type TGuidHelper = record helper |
||
class function Create(); |
|
Initialize a TGUID instance from data. |
class function NewGuid; |
|
Create a new GUID |
function ToByteArray(); |
|
Convert to array of bytes |
function ToString(); |
|
Convert to string |
end; |
|
Helper type for TGUID |
TGuidHelper provides various methods for a TGUID type.
TGUID |
|
Standard GUID representation type. |