Vcl.Grids.TCustomGrid.GetEditLimit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEditLimit: Integer; dynamic;

C++

DYNAMIC int __fastcall GetEditLimit();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

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.

See Also