RAD Studio VCL Reference
|
Provides the interface for a method that limits the number of characters the user can type into cells.
function GetEditLimit: Integer; dynamic;
__fastcall int GetEditLimit();
The inplace editor calls GetEditLimit to determine if a limit should be placed on the number of characters a user can type into a cell. GetEditLimit sets no limits. Descendants of TCustomGrid override this method to limit the text for certain cells.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|