Vcl.Graphics.TCanvas.SetHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHandle(Value: HDC);

C++

void __fastcall SetHandle(HDC Value);

Properties

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

Description

Represents the setter method for the Handle property.

SetHandle is called each time the value of the Handle property is changed. SetHandle makes sure to deallocate all associated graphical objects before changing the handle.

See Also