RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.UpdateDesigner Method

Notifies the designer when rows and columns of the grid are moved or resized.

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

At design time, the designer automatically keeps track of property changes so that it can prompt the user to save any changes. Moving or resizing the rows and columns of the grid using the mouse bypasses this system. When such changes occur, UpdateDesigner notifies the designer that the properties of the grid have changed and that the changes should be saved. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!