Vcl.Forms.TCustomForm.GetFormImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFormImage: TBitmap;

C++

Vcl::Graphics::TBitmap* __fastcall GetFormImage();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Returns a bitmap of the form.

Use the GetFormImage method to obtain a bitmap of the form.

See Also

Code Examples