IdxDialogOwner.GetParentForm Method
In This Article
Returns the parent form of a component to which the dialog belongs.
#Declaration
Delphi
function GetParentForm: TCustomForm;
#Returns
Type |
---|
TCustom |
#Remarks
Normally, the GetParentForm function result is passed as the dialog form constructor’s parameter.
See Also