Skip to main content

TdxCustomFlowChart.Notification(TComponent,TOperation) Method

Notifies the flow chart control on an associated component’s creation or destruction.

Declaration

procedure Notification(AComponent: TComponent; Operation: TOperation); override;

Parameters

Name Type
AComponent TComponent
Operation TOperation

Remarks

Certain controls call this procedure automatically prior to their destruction. The Notification procedure forces the control to respond to an operation passed as the Operation parameter on an associated component passed as the AComponent parameter.

This procedure assigns nil to the Images or PopupMenu properties when the corresponding associated component’s destructor call occurs.

See Also