FireDAC.Stan.Param.TFDParam.AsExtendeds

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

Delphi

property AsExtendeds[AIndex: Integer]: Extended read GetAsExtendeds write SetAsExtendeds;

C++

__property System::Extended AsExtendeds[int AIndex] = {read=GetAsExtendeds, write=SetAsExtendeds};

プロパティ

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


説明

Extended 値の配列を表します。

AsExtendeds プロパティは、AIndex インデックスを持つ、配列値 TFDParam オブジェクトの Extended 項目を表します。

AsExtendeds プロパティを設定すると、DataType プロパティを ftDateTime に設定することができます。

関連項目