FireDAC.Stan.Param.TFDParam.AsMemos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsMemos[AIndex: Integer]: TFDAnsiString read GetAsAnsiStrings write SetAsMemos;

Properties

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

Description

Represents an array of Memo values.

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

Setting the AsMemos property sets the DataType property to ftMemo if it is not one of the character or binary BLOB data types.

See Also