C++DelphiTech Partner

Create Word Docs Using the Direct Office Component In Delphi on Windows

Winsoft’s Direct Office is a nice third party solution which bypasses the middle-man – namely Word – to create, open, and save DOCX documents. DOCX is a standardized file format. It can be read using Libre Office, SoftMaker’s TextMaker and on-line Google Docs. Installation Steps: Download the trial versionUnzip doffice.zipFind Winsoft.DirectOffice.dll in…
Read more
CodeDelphi

Syntax Highlighting Editors In Delphi & C++Builder On Windows

A popular syntax highlighting editor for Delphi is called TSynEdit. This post is mainly focused on the various forks of TSynEdit and which one you might want to use in your own projects. The Dev C++ project uses TSynEdit which needed to be upgraded when it was lifted from compiling in Delphi 6 to compiling in Delphi 10.4. The three options are: TurboPack TSynEdit &#8211…
Read more
C++DelphiTech Partner

Robust And Powerful ImageEn Image Display And Editing Library For VCL On Windows

ImageEn is an extensive component suite for image editing, display and analysis written in pure VCL code for Delphi and C++ Builder. Thousands of software developers use ImageEn to add powerful multimedia functionality to their applications. ImageEn is suitable for all applications, from basic image loading and display features for general applications to advanced features like layer editing…
Read more
CodeDelphiTech Partner

Robust and Powerful Pascal Analyzer for Delphi on Windows

Pascal Analyzer, orPALfor short, is a utility program that analyzes, documents, debugs, and helps you optimize your source code. Pascal Analyzer makes a static code analysis. It only needs the source code, unlike other similar tools that perform an analysis of the running program. We think that PAL will help you better understand your code and support you in producing code of…
Read more