FireDAC.Stan.Param.TFDParam.AsAnsiString
Delphi
property AsAnsiString: TFDAnsiString read GetAsAnsiString write SetAsAnsiString;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Stan.Param.pas | FireDAC.Stan.Param | TFDParam |
Description
Represents the value of a TFDParam object as an AnsiString.
The AsAnsiString property returns a TFDAnsiString, which represents the value of the TFDParam object as an AnsiString.
Setting the AsAnsiString property sets the DataType property to ftString.