Vcl.Graphics.TBitmap.HandleNeeded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleNeeded;

C++

void __fastcall HandleNeeded();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Description

Create GDI bitmap for TBitmap if it doesn't already exist.

HandleNeeded creates a GDI bitmap for the TBitmap if it doesn't already exist.

See Also