DesignIntf.IProperty.GetEditLimit
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IProperty | |
Delphi
function GetEditLimit: Integer;
C++
virtual int __fastcall GetEditLimit() = 0 ;
Description
Returns the maximum length, in characters, of the value.
The Object Inspector calls GetEditLimit to determine how many characters the user can type when entering a value for the property.