Vcl.ValEdit.TValueListEditor.GetEditLimit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEditLimit: Integer; override;

C++

DYNAMIC int __fastcall GetEditLimit(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Provides the interface for a method that limits the number of characters the user can type into cells.

Vcl.ValEdit.TValueListEditor.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.

See Also