Data.DB.TFMTBCDField.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 TFMTBCDField

説明

フィールドの値を、指定された Integer の値で設定します。

SetAsInteger は、フィールドの値を、BCD に変換された Value 値で設定します。

関連項目