TAdvStringGridTColumnSize

Contents - Properties

Delphi declaration
ColumnSize:TColumnSize;
C++ declaration
TColumnSize ColumnSize;

Description
Controls saving and restoring of column widths as well as behaviour of column resizing.

TColumnSize - Properties

Contents - TColumnSize

Key
Delphi declaration
Key:string;
C++ declaration
Ansistring Key;

Description
Key in INI file or registry where sizes are stored.
Location
Delphi declaration
Location:TColumnSizeLocation=(clRegistry,clInifile);
C++ declaration
TColumnSizeLocation Location=(clRegistry,clInifile);

Description
Determines whether the column sizes are saved in the registry or in an INI file.
Save
Delphi declaration
Save:boolean;
C++ declaration
bool Save;

Description
When true, column sizes are saved into registry or INI file.
Section
Delphi declaration
Section:string;
C++ declaration
Ansistring Section;

Description
Section in INI file or registry where sizes are stored
Stretch
Delphi declaration
Stretch:boolean;
C++ declaration
bool stretch;

Description
Automatic stretching of rightmost column to full grid size