DesignIntf.IHostForm.GetFormImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFormImage: TObject;

C++

virtual System::TObject* __fastcall GetFormImage() = 0 ;

Properties

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

Description

Returns the image of the form.

Use GetFormImage to obtain a bitmap of the form.

See Also