API:Vcl.Outline.TCustomOutline.DefineProperties
Delphi
procedure DefineProperties(Filer: TFiler); override;
C++
virtual void __fastcall DefineProperties(System::Classes::TFiler* Filer);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Outline.pas Vcl.Outline.hpp |
Vcl.Outline | TCustomOutline |
Description
Adds the ColWidths and RowHeights properties to the values saved with the grid.
Vcl.Outline.TCustomOutline.DefineProperties inherits from Vcl.Grids.TCustomGrid.DefineProperties. All content below this line refers to Vcl.Grids.TCustomGrid.DefineProperties.
Adds the ColWidths and RowHeights properties to the values saved with the grid.
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.