IdxDialogOwner.GetOwner Method
Returns a component to which the dialog belongs.
Declaration
function GetOwner: TComponent;
Returns
Type |
---|
TComponent |
Remarks
To access the component-specific members, cast the GetOwner function result to the corresponding class.
See Also