TcxCustomStyle.StyleRepository Property
In This Article
Specifies the repository storing the current style object.
#Declaration
Delphi
property StyleRepository: TcxStyleRepository read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
A repository is an object allowing you to manage a collection of individual styles. When a repository is destroyed, all styles it owns are also deleted. Assigning the StyleRepository property adds the current style to this repository.
See Also