Data.DB.TFloatField.SetAsInteger

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

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 をフィールドの浮動小数点値に割り当てます。

関連項目