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

TOnValidateEvent

Declaration

Source position: valedit.pas line 109

type TOnValidateEvent = procedure(

  Sender: TObject;

  ACol: LongInt;

  ARow: LongInt;

  const KeyName: ;

  const KeyValue:

) of object;