10 JUL 2026 - Back up to full speed! Let's be honest: for the last few months, TorrentFunk was painfully slow. Pages crawled, searches dragged, and just loading the site tested everyone's patience. We hunted the problem down to our network and rebuilt it from the ground up — smarter caching, a much bigger and faster connection, and a lot of fine-tuning under the hood. The difference is night and day: the site now loads in a fraction of a second. No more waiting around. Thanks for sticking with us through the slow spell. Now go discover your funk!
What is it? EasyQuery.VCL (old name: Simple Query) is a useful Delphi/VCL version of our Easy Query product family. It is distributed as set of native VCL components and controls which allows to integrate end-user-oriented query builder into your application.Where can I use it? EasyQuery.VCL components can be used in any Borland Delphi or C++ Builder project which operates with some kind of database. Supported IDE versions are: Delphi 3-7, 2005, C++ Builder 4-6, BDS 2006. The type of used database is not important - EasyQuery.VCL can work with any database that supports SQL.What will I get and how does it works? EasyQuery.VCL is a very useful enhancement for any database application written on DelphiC++Builder . It provides an unified, easy-to-use and user-friendly interface for querying and filtering data in database. You can cast a glance at screenshots to get an idea how it will look in your program. It takes about 20-30 minutes to include EasyQuery.VCL into your existing project. First you will need to create a data model dictionary for your database (special wizard will help you to do that), then you will drop the main interface control TKQueryPanel on some form and link it with created data model. At the form start you should activate the query panel - so your users will be able to compose the queries.When the query is done - user clicks on some button, BuildQuery method is called and you get the complete SQL SELECT statement which can be executed using some query component (like TQuery). For more details look at the "Getting started" topic in EasyQuery.VCL help file (provided with trial version).What's new in EasyQuery.VCL trial for Delphi : added: New property in TKDBStructure.SQLFormats: UseOuterKeyword. It allows to remove OUTER word from LEFT/RIGHT OUTER JOIN statements (useful for Access users);added: "Auto" value editors now limit number of characters in edit boxes for string fields;added: TkResultFieldsPanel now shows fields with expressions and aggregate functions as well as simple ones;added: ToolTip is shown for long items in list value editor in case of using list box control;fixed: problem in inputing float or currency constant values in query panel;fixed: memory leak in LoadFromStrings methods of TKDBStructure class;fixed: Root predicate was left disabled after deletion of single disabled condition;fixed: setting TFilterCond.Value[] to empty string did not clear corresponding caption for list value editors;fixed: AV error in TKResultFieldsPanel control on new result column addition;fixed: Bug in ParseSQL operation - tables and field with quotes were not processed correctly;