C++RAD Studio

Learn C++ Event Handling In 5 Minutes

In this short tutorial, C++ Product Manager, David Millington, explains what event handlers are and how to use them in your C++ application development. Overview The event is that something happens, such as a button being clickedEvent handler – a method that’s called when something happens so your code can respond to itTechnical details: an object-method pointer…
Read more
C++DelphiRAD Studio

Quickly Migrate and Modernize Your Delphi/C++ Apps Using FastReport With Windows High DPI Setup

Display panel manufacturers have packed an increasing number of pixels into each unit of physical space on their panels resulted in the dots per inch (DPI) of modern display panels. In the past, most displays had 96 pixels per linear inch of physical space (96 DPI); in 2017, displays with nearly 300 DPI or higher are readily available. Variety of monitors like SD, Full HD, 4K Ultra HD, 8K Ultra HD…
Read more
C++DelphiRAD Studio

Learn How To Modernize And Integrate WinAPI, COM, ShellAPI, And WinRT Into Your Windows VCL Applications

In this webinar, learn how to access all the APIs on Windows 10 from RAD Studio, Delphi, and C++Builder. Overview Traditional Core APIsShell IntegrationWinRTand more Windows API Evolution Over Time Classic API1985 (Win1)Win16 -> Win32 -> Win32(w/Unicode) -> Win64COM, OLE Automation, Shell, etc1995 (Win95)WinRT2012 (Win8) Classic Windows API Kernel, User, GDIDelphi…
Read more