ImageEn, unit hyieutils

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

Public Method  Add
Public Method  Clear
Public Property  CurrentValue
Public Method  IndexOf
Public Method  Insert
Public Property  Items
Public Property  RangeMax
Public Property  RangeMin
Public Property  RangeStep
Public Property  Changed (inherited from TIEList)