Skip to main content
A newer version of this page is available. .

TdxSkinController.SkinPaletteName Property

Specifies the name of a base color palette for the active skin.

Declaration

property SkinPaletteName: string read; write;

Property Value

Type
string

Remarks

Use this property to switch between a skin’s color schemes.

Call the PopulateSkinColorPalettes class procedure to obtain a list of color palette names suitable for the active skin. Assign a name from the list to the SkinPaletteName property to apply the corresponding color palette. If the name is invalid, the skin controller uses the default color palette.

You can use the Skin Editor to create custom skin color palettes.

The SkinPaletteName property’s default value is sdxDefaultColorPaletteName global constant.

See Also