DesignIntf.IHostForm.GetFormImage

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IHostForm

Delphi

function GetFormImage: TObject;

C++

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

Description

Returns the image of the form.

Use GetFormImage to obtain a bitmap of the form.

See Also