Field content as a GUID value.
Source position: db.pas line 1202
public property TGuidField.AsGuid : TGUID read GetAsGuid write SetAsGuid;
AsGUID can be used to get or set the field's content as a value of type TGUID.
TField.AsString
Access the field's contents as an AnsiString value.