Data.DB.TStringField.GetAsGuid
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TStringField | |
Delphi
function GetAsGuid: TGUID; override;
C++
virtual GUID __fastcall GetAsGuid();
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.