Data.DB.TExtendedField.MinValue

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

Delphi

property MinValue: Extended read FMinValue write SetMinValue;

C++

__property System::Extended MinValue = {read=FMinValue, write=SetMinValue};

プロパティ

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

説明

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

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

関連項目