Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Name Type Description
AValues TStrings

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