Vcl.Forms.IDesignerHook.PaintGrid
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.