Skip to main content
A newer version of this page is available. .

IdxDialogOwner.GetParentForm Method

Returns the parent form of a component to which the dialog belongs.

Declaration

function GetParentForm: TCustomForm;

Returns

Type
TCustomForm

Remarks

Normally, the GetParentForm function result is passed as the dialog form constructor’s parameter.

See Also