[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
Processes all incoming event objects
Source position: widget.inc line 218
protected function TWidget.ProcessEvent( |
Event: TEventObj |
):Boolean; virtual; |
Processes all incoming event objects. Inside this event you normally verify the type of event object and pass it to a private event handler method, to do further processing.
This method gets called before the DistributeEvent method.
|
Distributes event objects to it's children |