ImageEn, unit iexUtils

TIEIntegerList.AsString

TIEIntegerList.AsString


Declaration

property AsString(): String;


Description

Returns the list as a display string, e.g. showing all its values as a comma-separated string.


Examples

CurrentValue is 65535: "65535"
CurrentValue is 2 and three items: "2 (0, 1, 2)"
Five items: "4111, 4107, 4116, 4109, 4098, 4099"
Range is -1000..1000: "-1,000 - 1,000"
CurrentValue is 250 and range is -1000..1000: "250 (-1,000 - 1,000)"