Vcl.DBCtrls.TPaintControl.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HWnd read GetHandle;

C++

__property HWND Handle = {read=GetHandle, nodefault};

Properties

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

Description

Provides access to paint control's window handle.

Handle is the window handle of the TPaintControl instance. It represents a window with the classname supplied to the constructor of the TPaintControl object. The characteristics of the window are determined by the Owner supplied to the constructor of the paint control object.

See Also