Data.DB.TSingleField.MaxValue

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

Delphi

property MaxValue: Single read FMaxValue write SetMaxValue;

C++

__property float MaxValue = {read=FMaxValue, write=SetMaxValue};

プロパティ

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

説明

フィールド値の上限値を設定および取得します。

MaxValue を使用して、フィールド値の上限値を設定および取得します。

関連項目