Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

 

 

 

 

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

 

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

 

 

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

 

 

 

 

 

  • No labels