DesignIntf.IHostForm.GetForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetForm: TComponent;

C++

virtual System::Classes::TComponent* __fastcall GetForm(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm

Description

Returns the current form object.

Use GetForm to obtain the current form as a TComponent instance.

See Also