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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...