Back to Devexpress

IdxDialogOwner.GetOwner Method

vcl-cxcontrols-dot-idxdialogowner.md

latest564 B
Original Source

IdxDialogOwner.GetOwner Method

Returns a component to which the dialog belongs.

Declaration

delphi
function GetOwner: TComponent;

Returns

Type
TComponent

Remarks

To access the component-specific members, cast the GetOwner function result to the corresponding class.

See Also

IdxDialogOwner Interface

IdxDialogOwner Members

cxControls Unit