Vcl.Grids.TInplaceEditList.PaintWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintWindow(DC: HDC); override;

C++

virtual void __fastcall PaintWindow(HDC DC);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Renders the image of the control on a specified device context.

The PaintWindow method is called automatically to repaint the control. PaintWindow sends a WM_PAINT message to the control's DefaultHandler method.

See Also