Vcl.DBCtrls.TPaintControl.DestroyHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DestroyHandle;

C++

void __fastcall DestroyHandle();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TPaintControl

Description

Destroys the window used by the paint control.

The destructor of TPaintControl calls DestroyHandle to release the Windows resources allocated on behalf of the paint control.

See Also