Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Image Added

 

 

Image Added

 

Image Added

 

Code Block
CML_UI_ListCheckbox.Initialize                  procedure(long listFEQ)
    code
    self.ListFEQ = ListFeq
    self.ListFEQ{PROPLIST:Icon,1} = 1

 

Image Added

Code Block
    self.ListFEQ{PROP:IconList,1} = 'CML_UnChecked.ico'
    self.ListFEQ{PROP:IconList,2} = 'CML_Checked.ico'  

 

Image Added

 

Code Block
self.ListFEQ{PROPLIST:Picture,1} = '@p p'

Image Added