Data.DB.TSingleField.Value

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

Delphi

property Value: Single read GetAsSingle write SetAsSingle;

C++

__property float Value = {read=GetAsSingle, write=SetAsSingle};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DB.pas
Data.DB.hpp
Data.DB TSingleField

説明

フィールド値の浮動小数点値を設定および取得します。

Value を使用して、フィールドの値を設定または取得します。

関連項目