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

TdxSkinController.PopulateSkinColorPalettes(TStrings) Method

Obtains the list of the base color palettes available for the active skin.

Declaration

class procedure PopulateSkinColorPalettes(AValues: TStrings);

Parameters

Name Type
AValues TStrings

Remarks

Call this procedure and pass a list of strings as the AValues parameter to populate it with the names of all color palettes available for the active skin. Then, you can assign these names to the SkinPaletteName property to switch between available color schemes.

Note

The PopulateSkinColorPalettes class procedure always starts to populate the AValues list with sdxDefaultColorPaletteName global constant, since each skin has a default palette.

See Also