TcxContainer.RestoreStyles Method
In This Article
Restores the default values to the style attributes of all the styles provided by the container control.
#Declaration
Delphi
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