Graphisoft®

Dialog ManagerVersion: 2.0

SystemDialog::Attach

Attaches an observer to the dialog.

void Attach (SystemDialogObserver & observer);

Parameters

observer
Observer to recieve emited events.

Description

Use this method to attach a SystemDialogObserver observer to the dialog, and recieve events. Usually called from the custom panel of dialog.

Example

See example at system dialog cutomization.

See Also

SystemDialogPanel