Data.DB.TStringField.SetAsGuid

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TStringField

Delphi

procedure SetAsGuid(const Value: TGUID); override;

C++

virtual void __fastcall SetAsGuid(const GUID &Value);

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