DesignIntf.IHostForm.GetForm
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IHostForm | |
Delphi
function GetForm: TComponent;
C++
virtual System::Classes::TComponent* __fastcall GetForm() = 0 ;
Description
Returns the current form object.
Use GetForm to obtain the current form as a TComponent instance.