dxSkinControllersList Variable
In This Article
Provides indexed access to all skin controller instances in an application.
#Declaration
Delphi
var dxSkinControllersList: TdxSkinControllersList;
#Variable Value
Type |
---|
Tdx |
#Remarks
The following code demonstrates how to access the first skin controller in the list.
See Also