Vcl.Forms.IDesignerHook.PaintGrid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintGrid;

C++

virtual void __fastcall PaintGrid(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms IDesignerHook

Description

Paints the alignment grid on the form's canvas.

Forms that are associated with a designer call the PaintGrid method in response to Windows paint messages. If there is no designer associated with the form, the form's Paint method is called instead.

See Also