Skip to main content

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