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

TOnValidateEvent

Declaration

Source position: valedit.pas line 113

type TOnValidateEvent = procedure(

  Sender: TObject;

  ACol: LongInt;

  ARow: LongInt;

  const KeyName: string;

  const KeyValue: string

) of object;

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