Data.DB.TExtendedField.Value

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

Delphi

property Value: Extended read GetAsExtended write SetAsExtended;

C++

__property System::Extended Value = {read=GetAsExtended, write=SetAsExtended};

プロパティ

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

説明

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

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

関連項目