Vcl.Forms.TCustomForm.GetFormImage

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetFormImage: TBitmap;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Gibt ein Bitmap des Formulars zurück.

Mit GetFormImage können Sie ein Bitmap des Formulars abrufen.

Siehe auch

Codebeispiele