[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.OnValidateEntry

Event handler signalled to perform validation for a cell value.

Declaration

Source position: grids.pas line 1290

protected property TCustomGrid.OnValidateEntry : TValidateEntryEvent
  read FOnValidateEntry
  write FOnValidateEntry;

Description

OnValidateEntry is a TValidateEntryEvent which implements the event handler signalled to perform validation for cells in the ValidateEntry method.

See also

TCustomGrid.ValidateEntry

  

Validates the value for the specified cell.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.