FireDAC.Stan.Param.TFDParam.Texts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Texts[AIndex: Integer]: String read GetAsStrings write SetTexts;

C++

__property System::UnicodeString Texts[int AIndex] = {read=GetAsStrings, write=SetTexts};

Properties

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

Description

Represents the value of a TFDParam object as a string.

Set the Texts property to assign the value of AIndex item of the array-valued TFDParam object to a string without changing the DataType. Unlike the AsStrings property, which sets the value to a string and changes the DataType, setting the text property converts the string to the DataType of the parameter, and sets the value accordingly.

See Also