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

IdxDialogOwner Interface

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

#Declaration

Delphi
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