FireDAC.Stan.Param.TFDParam.AsMemos
Delphi
property AsMemos[AIndex: Integer]: TFDAnsiString read GetAsAnsiStrings write SetAsMemos;
C++
__property Firedac::Stan::Intf::TFDAnsiString AsMemos[int AIndex] = {read=GetAsAnsiStrings, write=SetAsMemos};
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 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.