RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.GetEditLimit Method

Limits the number of characters that can be typed into cells representing string fields.

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

GetEditLimit is called by the inplace editor to determine what limit, if any, should be placed on the number of characters a user can type into a cell. GetEditLimit sets no limits except when the selected cell represents a string field. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!