TcxCustomStyle.StyleRepository Property
Specifies the repository storing the current style object.
Declaration
property StyleRepository: TcxStyleRepository read; write;
Property Value
Type |
---|
TcxStyleRepository |
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