FireDAC.Stan.Param.TFDParam.AsGUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsGUID: TGUID read GetAsGUID write SetAsGUID;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Specifies the value of a TFDParam when it represents a TGUID.

The AsGUID property represents the TGUID value of a TFDParam object.

Setting the AsGUID property sets the DataType property to ftGuid.

See Also