[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: widget.inc line 94
type TMouseEventObj = class(TEventObj) |
||
public |
||
constructor Create(); |
|
|
function SendToChild(); override; |
|
|
property Position: TPoint; [rw] |
|
|
published |
||
property Shift: TShiftState; [rw] |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |