RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesignerHook.PaintGrid Method

Paints the alignment grid on the form's canvas.

Pascal
procedure PaintGrid;
C++
__fastcall PaintGrid();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!