API: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
Provides the interface for a method that limits the number of characters the user can type into cells.
Vcl.DBGrids.TCustomDBGrid.GetEditLimit inherits from Vcl.Grids.TCustomGrid.GetEditLimit. All content below this line refers to Vcl.Grids.TCustomGrid.GetEditLimit.
Provides the interface for a method that limits the number of characters the user can type into cells.
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.