FireDAC.Stan.Param.TFDParam.AsStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsStrings[AIndex: Integer]: String read GetAsStrings write SetAsStrings;

Properties

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

Description

Represents an array of String values.

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

Setting the AsStrings property sets the DataType property to ftString, if it is not one of the character string data types.

See Also