FMX.Graphics.TBitmap.HandleAllocated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HandleAllocated: Boolean;

C++

bool __fastcall HandleAllocated(void);

Properties

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

Description

Verifies if the current bitmap has a handle allocated.

HandleAllocated returns True if Handle is not 0, and False otherwise.

See Also