TdxSkinController.PopulateSkinColorPalettes(TStrings) Method
Populates the specified list of strings with the color palettes available for the active vector skin.
Declaration
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