Data.DB.TGuidField.GetAsGuid
Delphi
function GetAsGuid: TGUID;
C++
GUID __fastcall GetAsGuid(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TGuidField |
Description
Returns the field's value as a TGUID.
The GetAsGuid method returns the value of the field as a Globally Unique Identifier (TGUID).
GetAsGuid is the protected getter implementation for the AsGuid property.