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

説明

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

SetAsInteger メソッドは、フィールドの値を、指定された Integer Value で設定するために使用されます。

関連項目