Skip to main content

IdxDialogOwner Interface

Exposes functions returning the component and its look & feel settings associated with a specific dialog.

Declaration

IdxDialogOwner = interface(IInterface)

Remarks

This interface is designed to provide uniform access to the dialog’s owner component, providing the capability to use the same dialog with multiple controls or components.

The IdxDialogOwner interface provides the following functions that allow you to:

  • Access the component to which the dialog belongs (GetOwner);

  • Access the component’s parent form (GetParentForm);

  • Access the component’s look & feel settings (GetLookAndFeel).

The AOwner parameter accepted by methods invoking a dialog used by multiple DevExpress controls/components references the IdxDialogOwner interface.

Inheritance

IInterface
IdxDialogOwner
See Also