DesignEditors.TInt64Property.GetEditLimit

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

Delphi

function GetEditLimit: Integer; override;

C++

virtual int __fastcall GetEditLimit();

プロパティ

種類 可視性 ソース ユニット
function public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TInt64Property

説明

Value プロパティの最大長(文字数)を返します。

DesignEditors.TInt64Property.GetEditLimit は DesignEditors.TPropertyEditor.GetEditLimit を継承しています。以下の内容はすべて DesignEditors.TPropertyEditor.GetEditLimit を参照しています。

Value プロパティの最大長(文字数)を返します。

オブジェクトインスペクタは GetEditLimit メソッドを呼び出し,ユーザーがプロパティの値として入力できる文字数を判別します。GetEditLimit メソッドは 255 を返します。プロパティ文字列の最大数がそれ以外の値の場合は,このメソッドをオーバーライドしてください。

関連項目