Vcl.Graphics.TBitmap.MaskHandleNeeded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MaskHandleNeeded;

C++

void __fastcall MaskHandleNeeded();

Properties

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

Description

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

MaskHandleNeeded is called to create a GDI bitmap for the TBitmap object's mask if it doesn't already exist.

See Also