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