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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!