Vcl.DBGrids.TCustomDBGrid.GetEditLimit
Delphi
function GetEditLimit: Integer; override;
C++
DYNAMIC int __fastcall GetEditLimit();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TCustomDBGrid |
Description
Limits the number of characters that can be typed into cells representing string fields.
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.