Data.DB.TFloatField.SetAsInteger
Delphi
procedure SetAsInteger(Value: Integer); override;
C++
virtual void __fastcall SetAsInteger(int Value);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TFloatField |
説明
フィールドの値を、指定された Integer の値で設定します。
SetAsInteger は、Value
をフィールドの浮動小数点値に割り当てます。