The iType Attribute is one of the attributes that can be used to customize Listboxes

iType tells the system what type of Column it is.  These Types, or iTypes, can change a column to display a Date, Date/Time, Icon, Text, Number.  Below is a list of some of our useful iTypes

  • 3 = String Data, data is Printed as it is read and Sorted Using String
  • 3.1 = String Data, data is Printed as it is read and Sorted Using String, but is Ran through the Job Name Converter
  • 3.2 = String Data, data is Printed as it is read and Sorted Using String, but is Ran through the obj_jobname_pr cell data type
  • 3.5 = Custom GetVal is Passed in
  • 4 = Date Data, data is converted to Date and Sorted Using Date
  • 4.2 = Time elapsed till now, the value is a Date
  • 4.3 = Time
  • 4.4 = yyyy-ww
  • 4.5 = yyyy-mm
  • 4.6 = mm:ss
  • 4.7 = dd mmm
  • 5 = Icon Data, data is converted to Icon
  • 6 = Numeric Data, data is converted to Number and Sorted Using Number
  • 10 milliSeconds Converted to Days
  • 11 milliSeconds Converted to Hours
  • 12 % 0 to  1
  • 13 = Currency Format
  • 30 = Checkbox

Useful Links