ImageEn, unit iexUtils
TIEIntegerList
Declaration
TIEIntegerList = class(
TIEList
);
Description
TIEIntegerList is a list of integer values. You can handle this object as a standard TList object.
An ImageEn list contains an array of values, a current value (not an index of the array), and an allowed range of values.
Methods and Properties
Add
AsString
Clear
CurrentValue
IndexOf
Insert
Items
RangeMax
RangeMin
RangeStep
Changed
(inherited from TIEList)