Data.DB.TStringField.SetAsGuid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsGuid(const Value: TGUID); override;

C++

virtual void __fastcall SetAsGuid(const GUID &Value);

Properties

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

Description

Sets the field's value according to the the given GUID.

The SetAsGuid method sets the value of the field according to the given Globally Unique Identifier (GUID) specified through the Value parameter.

SetAsGuid is the protected setter implementation for the AsGuid property.

See Also