Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomFlowChart.Notification(TComponent,TOperation) Method

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

#Declaration

Delphi
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