FireDAC.Stan.Param.TFDParam.AsFixedChars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsFixedChars[AIndex: Integer]: String read GetAsStrings write SetAsFixedChars;

Properties

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

Description

Represents an array of String values.

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

Setting the AsFixedChars property sets the DataType property to ftFixedChar if it is not one of the string data types.

See Also