Data.DB.TFMTBCDField.MaxValue

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

Delphi

property MaxValue: string read FMaxValue write SetMaxValue;

C++

__property System::UnicodeString MaxValue = {read=FMaxValue, write=SetMaxValue};

プロパティ

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

説明

BCD 型項目の最大値の上限を指定します。

MaxValue プロパティを使用すると,項目に入力できる最大値を取得または設定できます。MaxValue は最大値の文字列表現です。

MaxValue より大きい値が入力された場合,TFMTBCDFieldEDatabaseError 例外を生成します。.

関連項目