FireDAC.Stan.Param.TFDParam.AsGUIDs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsGUIDs[AIndex: Integer]: TGUID read GetAsGUIDs write SetAsGUIDs;

C++

__property GUID AsGUIDs[int AIndex] = {read=GetAsGUIDs, write=SetAsGUIDs};

Properties

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

Description

Represents an array of TGUID values.

The AsGUIDs property represents a TGUID item of an array-valued TFDParam object with an AIndex index.

Setting the AsGUIDs property sets the DataType property to ftGuid.

See Also