[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: fpg_base.pas line 195
type TfpgMessageParams = record |
||
case Integer of |
||
0: ( |
||
mouse: TfpgMsgParmMouse; |
|
|
); |
||
1: ( |
||
keyboard: TfpgMsgParmKeyboard; |
|
|
); |
||
2: ( |
||
rect: TfpgRect; |
|
|
); |
||
3: ( |
||
user: TfpgMsgParmUser; |
||
); |
||
end; |