Jump to content

Search the Community

Showing results for tags 'listbox'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 4 results

  1. ShowCheckBoxes:= True; for j:= 0 to 100 do begin i:= lbOutlineSpeakers.Items.Add(UniMainModule.MyQuery1.FieldByName('FullName').AsString+' - '+ UniMainModule.MyQuery1.FieldByName('City').AsString); lbOutlineSpeakers.Selected[i]:= True; end; This only sets once on the first Item, all other lbOutlineSpeakers.Selected[i]:= True; FAILS TO SET ???
  2. Hi, I need to do 2 or 3 columns diplay in ListBox (as delphi's primitive ListBox), do I have any chance if you now, and the other thing is, How can I use list selecting always in multi-select mode? Thanks.
  3. Has my mind gone blank ? for i:= 0 to lbOrgans.Items.Count-1 do begin if lbOrgans.Items[i].IsSelected = True then begin // FAILS // do something end; end;
  4. as I apply css to only itens of a listbox??? when applying a css to the items of a listbox also is applied to the combobox as I can avoid that.
×
×
  • Create New...