FireDAC.Stan.Param.TFDParam.AsFixedChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsFixedChar: String read GetAsString write SetAsFixedChar;

C++

__property System::UnicodeString AsFixedChar = {read=GetAsString, write=SetAsFixedChar};

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 AsFixedChar property represents the String value of a TFDParam object.

Setting the AsFixedChar property sets the DataType property to ftFixedChar.

See Also