Skip to main content

TcxStyleRepository.ClearStyleSheets Method

Removes all style sheets from the style repository.

Declaration

procedure ClearStyleSheets;

Remarks

The ClearStyleSheets method removes all style sheets from the style repository. Note that the TcxStyle objects created along with the style sheets are not removed. Styles are disposed of when the style repository is destroyed.

See Also