FireDAC.Stan.Param.TFDParam.Texts

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

プロパティ

種類 可視性 ソース ユニット
property public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam


説明

TFDParam オブジェクトの値を文字列で表します。

Texts プロパティを設定して、配列値型の TFDParam オブジェクトの AIndex 項目の値を、DataType を変更することなく、文字列に割り当てます。値を文字列に設定し、DataType を変更する AsStrings プロパティとは異なり、テキスト プロパティの設定は、文字列をパラメータの DataType に変換し、値をそれに準じて設定します。

関連項目