FireDAC.Stan.Param.TFDParam.AsMemo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsMemo: TFDAnsiString read GetAsAnsiString write SetAsMemo;

Properties

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

Description

Specifies the value of a TFDParam when it represents a Memo.

The AsMemo property represents the Memo value of a TFDParam object.

Setting the AsMemo property sets the DataType property to ftMemo.

See Also