Jump to content

[Mobile] UnimListBox


stas

Recommended Posts

public
    property Checked[index:Integer]:boolean; //  Set Get Checked Item
    property Disabled[index:Integer]:boolean //  Set Get Disabled Item
  published
    property DisplayMode:TListDisplayMode; // Display Names or Values or Both of StringList
    property CheckBoxes:boolean // Show CheckBoxes
    property DisClosure:boolean // Show Disclosure 
    property Group:boolean  // When Group=true and DisplayMode=Name  then Grouped By Values else when DisplayMode=Values then Grouped  by Names
    property OnCheck:TItemEvent // On CheckBox tap
    property OnDisclose:TItemEvent //On Disclose Tap
  End;

 

post-19-0-89514600-1416033991_thumb.jpg

listbox.zip

  • Upvote 2
Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...