Graphisoft®

Dialog ManagerVersion: 2.0

SystemDialog::Detach

Detaches an observer from the dialog.

void Detach (SystemDialogObserver & observer);

Parameters

observer
Observer to detach.

Description

Use this method to detach a SystemDialogObserver observer from the dialog, and stop recieving events. Usually called from the custom panel of dialog.

Example

See example at system dialog cutomization.

See Also

SystemDialogPanel