Vcl.Graphics.TGraphic.SaveToClipboardFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SaveToClipboardFormat(var AFormat: Word; var AData: THandle;  var APalette: HPALETTE); virtual; abstract;

C++

virtual void __fastcall SaveToClipboardFormat(System::Word &AFormat, NativeUInt &AData, HPALETTE &APalette) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphic

Beschreibung

Führt eine abstrakte Methode ein, die die Grafik einer Variablen im Zwischenablageformat zuweist.

Alle abgeleiteten Grafikobjekte definieren eine eigene Methode SaveToClipboardFormat, mit der ein Grafikobjekt aus einem Stream geladen wird. Anwendungen müssen das Format mit Hilfe der Methode RegisterClipboardFormat beim TGraphic-Objekt registrieren.

Siehe auch