Back to Devexpress

IdxDialogOwner.GetParentForm Method

vcl-cxcontrols-dot-idxdialogowner-283b57ed.md

latest587 B
Original Source

IdxDialogOwner.GetParentForm Method

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

Declaration

delphi
function GetParentForm: TCustomForm;

Returns

Type
TCustomForm

Remarks

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

See Also

IdxDialogOwner Interface

IdxDialogOwner Members

cxControls Unit