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

TWidget.DistributeEvent

Distributes event objects to it's children

Declaration

Source position: widget.inc line 219

protected function TWidget.DistributeEvent(

  Event: TEventObj

):Boolean; virtual;

Description

Distributes event objects to it's children. This event occurs after the ProcessEvent.

See also

TWidget.ProcessEvent

  

Processes all incoming event objects