FireDAC.Stan.Param.TFDParam.AsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsString: String read GetAsString write SetAsString;

C++

__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};

Properties

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

Description

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

The AsString property represents the String value of a TFDParam object.

Setting the AsString property sets the DataType property to ftWideString or ftString.

See Also