FMX.Graphics.TBitmap.Handle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Handle: THandle read GetHandle;

C++

__property NativeUInt Handle = {read=GetHandle, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Beschreibung

Ruft das Handle des aktuellen Bitmaps ab.

Mit HandleAllocated prüfen Sie, ob dem aktuellen Bitmap ein Handle zugewiesen ist.

Siehe auch