Back to Devexpress

TdxSkinController.PopulateSkinColorPalettes(TStrings) Method

vcl-dxskinsform-dot-tdxskincontroller-dot-populateskincolorpalettes-x28-system-dot-classes-dot-tstrings-x29.md

latest1.4 KB
Original Source

TdxSkinController.PopulateSkinColorPalettes(TStrings) Method

Populates the specified list of strings with the color palettes available for the active vector skin.

Declaration

delphi
class procedure PopulateSkinColorPalettes(AValues: TStrings);

Parameters

NameTypeDescription
AValuesTStrings

The target list of strings.

|

Remarks

Call the PopulateSkinColorPalettes procedure to populate a string list with the names of all color palettes available for the active vector skin. The populated list always starts with the sdxDefaultColorPaletteName global constant value.

Limitations

Only vector skins have color palettes.

See Also

TcxCustomLookAndFeelController.SkinName Property

TcxCustomLookAndFeelController.SkinPaletteName Property

TdxSkinController Class

TdxSkinController Members

dxSkinsForm Unit