Vcl.DBGrids.TColumn.RestoreDefaults
Delphi
procedure RestoreDefaults; virtual;
C++
virtual void __fastcall RestoreDefaults();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TColumn |
Description
Restores the column's default settings.
RestoreDefaults reinitializes the AssignedValues, ButtonStyle, Font, and PickList properties, freeing the pick list (TStrings) object if there is one. It also calls the RestoreDefaults method in the column's title (TColumnTitle) to restore the default properties of the column title.