FireDAC.Stan.Param.TFDParam.AsAnsiStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsAnsiStrings[AIndex: Integer]: TFDAnsiString read GetAsAnsiStrings write SetAsAnsiStrings;

Properties

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

Description

Represents an array of TFDAnsiString values.

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

Setting the AsAnsiStrings property sets the DataType property to ftString if it is not one of the ftString or ftFixedChar data types.

See Also