FireDAC.Stan.Param.TFDParam.AsLargeInt
Delphi
property AsLargeInt: LargeInt read GetAsLargeInt write SetAsLargeInt;
C++
__property Data::Db::Largeint AsLargeInt = {read=GetAsLargeInt, write=SetAsLargeInt};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDParam |
説明
TFDParam の値を、それが LargeInt 値を表している際に示します。
AsLargeInt プロパティは、TFDParam オブジェクトの LargeInt 値を表します。
AsLargeInt プロパティを設定すると、DataType プロパティを ftLargeInt に設定することができます。