Vcl.ColorGrd.TColorGrid.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ColorGrd.pas
Vcl.ColorGrd.hpp
Vcl.ColorGrd TColorGrid

Description

Paints the color grid control on the canvas.

Paint draws the grid, the color slots, and the foreground and background labels.

See Also