[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: fpg_main.pas line 90
type TKeyPressEvent = procedure( |
Sender: TObject; |
var KeyCode: Word; |
var ShiftState: TShiftState; |
var Consumed: Boolean |
) of object; |