RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.DefineProperties Method

Adds the ColWidths and RowHeights properties to the values saved with the grid.

Pascal
procedure DefineProperties(Filer: TFiler); override;
C++
virtual __fastcall DefineProperties(TFiler Filer);

DefineProperties overrides the inherited method to save the ColWidths and RowHeights properties with the grid when they contain values other than the default widths and heights. 

 

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