Vcl.Graphics.TIcon.LoadFromClipboardFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure LoadFromClipboardFormat(AFormat: Word; AData: THandle;  APalette: HPALETTE); override;

C++

virtual void __fastcall LoadFromClipboardFormat(System::Word AFormat, NativeUInt AData, HPALETTE APalette);

Eigenschaften

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

Beschreibung

Verhindert, dass Anwendungen Symbole aus der Zwischenablage laden.

LoadFromClipboardFormat wird in TIcon überschrieben, da das Format der Zwischenablage nicht unterstützt wird.

Siehe auch