IdxDialogOwner.GetOwner Method
In This Article
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