Back to Devexpress

TdxCustomFlowChart.Notification(TComponent,TOperation) Method

vcl-dxflchrt-dot-tdxcustomflowchart-dot-notification-x28-system-dot-classes-dot-tcomponent-system-dot-classes-dot-toperation-x29.md

latest1.2 KB
Original Source

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

NameType
AComponentTComponent
OperationTOperation

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

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit