Results 1 to 4 of 4

Thread: ... button and edit box combo control

  1. #1

    ... button and edit box combo control

    The Delphi form designer uses an interesting control for properties too complex to be efficiently edited with standard property lists: it has what appears to be a normal TEdit linked to a button whose caption is '...'. Pressing this button brings up a custom property editor.

    I've seen this TEdit-and-...-button combo in other programs too, used for similar purposes, but I can't find it in the tool palette. I think I must be overlooking it somewhere. What's it called and how do I access it?

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    ... button and edit box combo control

    Hmm... that sounds a lot like just a TEdit, TButton and a dialog box of some kind all dropped and coded together...?

    Got a screenshot?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3

    ... button and edit box combo control

    JVCL contains this edit control.

    Regards
    Thomas

  4. #4

    ... button and edit box combo control

    You did not find it because it is no standard control.

    If you want to just use it, you can eg use JVCL or RxControls.

    If you want to make your own, you should take a look at how a combobox is coded. Its nothing else than a TEdit, a TButton and a TListbox in one class.
    <a href="http://www.greatgamesexperiment.com/game/Valgard/?utm_source=gge&amp;utm_medium=badge_game"><img border="0" alt="GGE" title="GGE" src="http://static.greatgamesexperiment.com/badge/game/valgard/gge400x56.png"></a>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •