Procedure TWPImageList.ReadIconSizes(list:TStrings; addvalue:Integer)

Unit: WPUtil
Class: WPUtil.TWPImageList

Parameters

  • list:TStrings
  • addvalue:Integer

Description

This method reads a list of icon sizes. It can be used in the drop down event of a combo box to provide a quick way to change the size of the items in the toolbar. cbButtonHeight.Items.Clear; WPImageList1.ReadIconSizes(cbButtonHeight.Items, 2);