TcxContainer.RestoreStyles Method
Restores the default values to the style attributes of all the styles provided by the container control.
Declaration
procedure RestoreStyles;
Remarks
The RestoreStyles method merely calls the RestoreDefaults method for each style defined in the container control (see the Style, StyleDisabled, StyleFocused and StyleHot for details).
See Also