Vcl.Controls.TCustomHintWindow.NCPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NCPaint(DC: HDC); virtual;

C++

virtual void __fastcall NCPaint(HDC DC);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Description

Paints the non-client part of the hint's parent.

NCPaint is called automatically to paint the non-client part of the hint's parent.