RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IProperty.GetEditLimit Method

Returns the maximum length, in characters, of the value.

Pascal
function GetEditLimit: Integer;
C++
__fastcall int GetEditLimit();

The Object Inspector calls GetEditLimit to determine how many characters the user can type when entering a value for the property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!