delphi

  1. FireWind

    Delphi Integrations Combining Scripts and Native Code

    Integrations Combining Scripts and Native Code Table of contents: 0:00:21 - Greetings 0:51:00 - Upcoming TCoffeeAndCode Sessions 0:03:54 - Introduction of Speakers 0:12:05 - Quick Poll on Scripting Languages 0:34:55 - Scripting... The Key Form for Using Basic 1:14:40 - What is SWIG? 1:14:50 -...
  2. FireWind

    Delphi Real-Time Financial Software Development

    Real-Time Financial Software Development Join Ian Barker, Jim McKeeth, and special guest Jim Ferguson, as they discuss real time software development in the financial sector with a look at stock trading. The examples and discussion will be focused on using Embarcadero Delphi, with principles...
  3. FireWind

    Delphi Databases, Data Access, and Object relational mapping ORM

    Databases, Data Access, and Object relational mapping ORM Table of contents: 0:00:00 - Greetings 0:01:00 - Upcoming TCoffeeAndCode Sessions 0:01:30 - Introduction of Speakers 0:03:12 - Desktop First UX Summit Announcement 0:05:20 - Databases (RDBMS, NoSQL) 0:21:43 - Delphi is Low Code But it...
  4. FireWind

    VCL ImageKit VCL

    ImageKit VCL ImageKit is a GPU based image processing, graphics rendering framework for Delphi developers. ImageKit hides the details of low-level graphics processing by providing an easy-to-use application programming interface. ImageKit provides dozens of built-in filters. You set up filters...
  5. FireWind

    Delphi LearnDelphi #197: Migrating a Package to Delphi 11

    LearnDelphi #197: Migrating a Package to Delphi 11 When upgrading to a new version of Delphi, compiling and installing all the packages can be the hardest part. These can include Third-party (purchased and free) components, and in-house developed components. This is an example of updating a...
  6. FireWind

    Delphi What is the MainForm Property in DelphiVCL.Application?

    What is the MainForm Property in DelphiVCL.Application? By Muhammad Azizul Hakim September 27, 2021 The MainForm or DelphiVCL.Application.MainForm property identifies the form in the application that is the main form. The value of MainForm is the form that is the application’s main window...
  7. FireWind

    Tool EurekaLog Tools

    EurekaLog Tools EurekaLog Tools is a set of useful freeware tools, such as: • Address Lookup - can get human-readable textual description of raw address location in executable file. Can be used to browse through various sources of debug information. • Debug symbols paths - allows you to...
  8. FireWind

    Delphi Learn About The HelpJump Method For Displaying Help

    Learn About The HelpJump Method For Displaying Help By Muhammad Azizul Hakim September 24, 2021 Use the HelpJump method or DelphiVCL.Application.HelpJump to display the Help topic specified by the symbolic name. More things about HelpJump you need to know Call HelpJump to bring up a topic...
  9. FireWind

    Delphi Learn About The Application’s InitInstance Method

    Learn About The Application’s InitInstance Method By Muhammad Azizul Hakim September 22, 2021 InitInstance or DelphiVCL.Application.InitInstance method is used to initialize a newly allocated object instance to all zeros and initializes the instance’s virtual method table pointer. How to use...
  10. FireWind

    Component Delphi-GCharts

    Delphi-GCharts Delphi-GCharts is a Delphi library of components to generate charts in uniGUI Framework using the Google Charts API. Currently it supports the following Google Chart classes: Annotation Area Bar Bubble Calendar Candlestick Column Combo Diff Donut Gantt Gauge Geo Histogram...
  11. FireWind

    VCL LMD VCL Complete

    LMD VCL Complete LMD VCL Complete includes all current LMD Innovative VCL main products including all standalone packs. To review a list of included packages check the feature matrix page. Actually all features of the following main products are included: LMD-Tools LMD ElPack LMD IDE-Tools NG...
  12. FireWind

    VCL SmartEffects VCL

    SmartEffects VCL SmartEffects is an easy-to-use VCL that enables you to create amazing splash screens, forms, controls and image transition effects. Over 50 families of animation and transition effects. Real-time rendering. WYSIWYG editing of animation effects. SmartEffects VCL is intended...
  13. FireWind

    VCL StyleControls VCL

    StyleControls VCL StyleControls is a stable, powerful package (more than 100 components), which uses Classic drawing, system Themes, GDI+ and VCL Styles. This package contains the unique solutions to extend standard VCL controls and also has many unique, advanced controls to create modern...
  14. FireWind

    VCL BusinessSkinForm VCL

    BusinessSkinForm VCL BusinessSkinForm VCL (more than 120 components) help you to create applications with skins. Stable, multifunctional package for business applications. Unique GUI, which fully independent from the system! Use the latest generation of Ribbon UI and you'll be on the wave of...
  15. FireWind

    Delphi Русификация Delphi 11 версии 28.0.42600.6491

    Русификация Delphi 11 версии 28.0.42600.6491 (run-time, .pas-файлы)
  16. FireWind

    Component TMS Component Pack

    TMS Component Pack TMS Component Pack is one of the complete products of TMS Software, which includes various components to optimize and enhance the UI and enhance the functionality of various Delphi-written applications and C ++ Builder. Designing and creating different types of software...
  17. A

    Delphi Delphi Custom Containers Pack

    Delphi Custom Containers Pack Delphi Custom Containers Pack (CCPack) is an integrated tool and component mini-library to produce and maintain composite controls (or simply “composites”) and other containers (forms, data modules and frames). The process of building composite components looks...
  18. FireWind

    New OpenSSL 3.0.0 available

    New OpenSSL 3.0.0 available Two new zips for Win32 and Win64 versions of OpenSSL 3.0.0 can now be downloadable from the Wiki at: http://wiki.overbyte.eu/wiki/index.php/ICS_Download or https://www.magsys.co.uk/delphi/ma?g?ics.asp . ICS V8.67 from SVN or the overnight zip is required to use 3.0...
  19. FireWind

    Delphi What Does The Hint Property In DelphiVCL.Application Do?

    What Does The Hint Property In DelphiVCL.Application Do? By Muhammad Azizul Hakim September 15, 2021 Hint or DelphiVCL.Application.Hint property specifies the text string that appears in the Help Hint box. How to use DelphiVCL.Application.Hint properly? The Hint property stores the Hint value...
  20. FireWind

    Delphi What Is The InheritsFrom Method?

    What Is The InheritsFrom Method? By Muhammad Azizul Hakim September 14, 2021 InheritsFrom or DelphiVCL.Application.InheritsFrom method determines the relationship between two object types. Use InheritsFrom to determine whether a particular class type or object is an instance of a class or one...