Vcl.Forms.TCustomForm.GetFormImage
Delphi
function GetFormImage: TBitmap;
C++
Vcl::Graphics::TBitmap* __fastcall GetFormImage(void);
Inhaltsverzeichnis
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