Data.DB.TSingleField.MinValue

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

Delphi

property MinValue: Single read FMinValue write SetMinValue;

C++

__property float MinValue = {read=FMinValue, write=SetMinValue};

プロパティ

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

説明

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

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

関連項目