Jump to content

Search the Community

Showing results for tags 'itemindex'.

  • 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 2 results

  1. How can I know if an option in TUniDbLookupComboBox selected or not , and what is its selected Item Index in JavaScript? In addition, I use LookupComboBox with "AnyMatch=True" , "Style=csDropDown"
  2. Hello! I have a UniComboBox with variants of data I should display, so I need to know the ItemIndex of selected item. To prevent changing the text of ComboBox manually, I set ReadOnly = True, and ReadOnlyMode = urmNotEditable. In that case ItemIndex value doesn't change, when I select an item in runtime If ReadOnly = False - itemIndex updates correctly, but I user can type any text to ComboBox text area and ItemIndex in that case = -1, it's not a good idea I think I can't set Enabled = False, cause user would not be able select items Is there any way to solve this problem? Thanks a lot for help!
×
×
  • Create New...