[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TWidget.ProcessEvent

Processes all incoming event objects

Declaration

Source position: widget.inc line 218

protected function TWidget.ProcessEvent(

  Event: TEventObj

):Boolean; virtual;

Description

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.

See also

TWidget.DistributeEvent

  

Distributes event objects to it's children