Data.DB.TStringField.GetAsGuid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsGuid: TGUID; override;

C++

virtual GUID __fastcall GetAsGuid();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TStringField

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.

See Also