News

CodeRage XII - Best Practices Track

These are the20 sessions in theBest Practicestrack for CodeRage XII. Register today and you can watch them on Embarcadero Academy. The Clean Coder with Robert C. “Uncle Bob” Martin Scheduled: Tue 7th @ 7:00 AM Level: All (General information for everyone) [Watch during CodeRage] [Add to Gcal] [Add to Outlook / iCal] Description: How to start writting some code using…
Read more
News

CodeRage XII - Cloud Track

These are the14 sessions in theCloud track for CodeRage XII. Register today and you can watch them on Embarcadero Academy. Integrating with Amazon DynamoDB using Delphi Enterprise CDATA Connector with Paweł Głowacki Scheduled: Tue 7th @ 6:00 AM Level: All…
Delphi

My CodeRage Sessions next week

CodeRage is next week. Have you signed up yet? Register Now I will be presenting two different sessions: Session 1: RAD Studio Product Address Speaker: Sarina DuPont, Marco Cantu, David Millington When: Tue, 7-Nov from 9:00 AM to 10:00 AM Level: All (General information for everyone) Reminder: [Google Calendar] [Watch online] Description:Join Product Management to hear the latest and what…
Read more
News

Cool App Winner for September: RAD & Installer

I’m excited to announce that our September Cool App contest winner for September is RAD & Installer. While I continue to be impressed at how all our Cool App winners are providing interesting, useful, entertaining and generally “cool” capabilities, I admittedly…
News

Adding a Custom Icon to a FireMonkey Button

Step 1: Create a new FireMonkey Application Launch 10.2 Tokyo and go to File > New > FireMonkey Application (Delphi or C++) and select ‘Blank Application’. Drop a TStyleBook component onto your form and double-click it to open the integrated Style Designer. Select ‘Open’ and navigate to your Styles directory (C:UsersPublicDocumentsEmbarcaderoStudio19.0Styles) and…
Read more
C++

How to enqueue TQueue from TTask with bcc32

Author: h.mohri When considering migration from oldC++Builder 10.2 Tokyobcc32project.You can use functions such asTThread::CreateAnonymousThread()andTTasktoimprove performance.In addition toTCriticalSection, you can also useSystem.TMonitorwhich supports multiple devices.I will show you how to programbcc32project using…
Read more