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

TValidateEntryEvent

Declaration

Source position: grids.pas line 342

type TValidateEntryEvent = procedure(

  sender: TObject;

  aCol: Integer;

  aRow: Integer;

  const OldValue: string;

  var NewValue: string

) of object;