RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.RestoreDefaults Method

Restores the column's default settings.

Pascal
procedure RestoreDefaults; virtual;
C++
virtual __fastcall RestoreDefaults();

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. 

 

AssignedValues 

ButtonStyle 

Font 

PickList 

RestoreDefaults 

Restoring Default Values to a Column

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