FMX.Graphics.TBitmap.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: THandle read GetHandle;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Gets the handle of the current bitmap.

Use HandleAllocated to verify if the current bitmap has a handle allocated.

See Also