[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: grids.pas line 310
type TValidateEntryEvent = procedure( |
sender: TObject; |
aCol: Integer; |
aRow: Integer; |
const OldValue: String; |
var NewValue: String |
) of object; |
lazarus-ccr.sourceforge.net |