classes » Page 36 » Custom Developer Tools and VCL Components | Developer Team

TMS Aurelius 2.2 Full Source XE-XE7

TMS Aurelius 2.2 Full Source XE-XE7
TMS Aurelius 2.2 Full Source XE-XE7 | 4.8 Mb


ORM framework for Delphi with full support for data manipulation, complex and advanced queries, inheritance, polymorphism, and more...

    Query1.Sql.Text := 'SELECT I.ID AS INVOICE_ID, I.INVOICE_TYPE, I.INVOICE_NO, I.ISSUE_DATE, I.PRINT_DATE, ' +  
      'C.ID AS CUSTOMER_ID, C.CUSTOMER_NAME, C.SEX, C.BIRTHDAY, N.ID AS COUNTRY_ID, N.COUNTRY_NAME' +  
      'FROM INVOICE AS I INNER JOIN CUSTOMER AS C ON (C.ID = I.CUSTOMER_ID) ' +  
      'LEFT JOIN COUNTRY AS N ON (N.ID = C.COUNTRY_ID)' +  
      'WHERE I.ID = :INVOICE_ID;'  
    Query1.ParamByName('INVOICE_ID').AsInteger := 1;  
    Query1.Open;  
    ShowMessage(Format('Invoice No: %d, Customer: %s, Country: %s',  
      [Query1.FieldByName('INVOICE_NO').AsInteger,  
      Query1.FieldByName('CUSTOMER_NAME').AsString,  
      Query1.FieldByName('COUNTRY_NAME').AsString]));  
Read more

Devart dotConnect Universal Professional Retail 3.40.431

Devart dotConnect Universal Professional Retail 3.40.431
Devart dotConnect Universal Professional Retail 3.40.431 | 7 Mb


dotConnect Universal offers universal access to data of different databases for the Microsoft .NET Framework. It supports most of major database servers, including Microsoft SQL Server, Microsoft Access, Oracle, DB2, MySQL, PostgreSQL, SQLite, InterBase, and Firebird. Other servers can be accessed through their ADO.NET, OLE DB and ODBC providers.
Read more

DIRegex 8.1.0 Full Source

DIRegex 8.1.0 Full Source
DIRegex 8.1.0 Full Source | 2 Mb


DIRegEx is a library of Delphi (Embarcadero / CodeGear / Borland) components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl 5.10, with just a few differences. This includes support for UTF-8 encoded strings and Unicode general category properties.
Read more

Educator Java-TUTOR

Educator Java-TUTOR
Educator Java-TUTOR | 931 Mb


Java is an important computer language that runs high-tech programs including utilities, games, and business applications. Professor Maury Hillstrom teaches Educator’s Java Course, combining his extensive expertise and clear explanations to help you untangle even the most difficult programming topics. Each Java lesson begins with a comprehensive and detailed overview of the major concepts. Then, Professor Hillstorm spends the majority of the lesson writing, manipulating, and running actual code. This method will help you understand the interaction between code and the final compiled product. You will learn everything there is to know about topics including Classes, Objects, If Logic, Loops, Inheritance, and Polymorphism. Professor Hillstorm has 10+ years of experience teaching computer programming at top technical universities, a Master's in Information Systems, and received his undergraduate degree in Speech from Northwestern University.
Read more