Jump to content

generic

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

Technical Information

  • Delphi-Version
    Delphi XE5

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. When you are not able to find a lib that provides the functions you need within delphi, create a webservice and call that from delphi. Also COM server could be a solution for you, when you do not like http.
  2. I really suggest to use a library that does the work for you. To name at least one: Lucene If you want to use some server software, use elastic search or the build in fulltext catalogs in sql databases.
  3. generic

    How to create a grid that looks like this

    I really like the TVirtualStringTree, but it will also end in custom drawing the cells.
×