jpluimers
I got this when taking over maintenance of some legacy code that called a stored procedure in a : ————————— Debugger Exception Notification ————————— Project LegacyProject.exe raised exception class Exception with message ‘Need Oracle 8… … Read more
3 years ago in Database Development, Delphi, Development, OracleDB, Software Development0
jpluimers
Since I keep forgetting about this, and there is the Embarcadero documentation for it has had no examples added in Delphi 2007 or later: [WayBack] Delphi Basics : FindCmdLineSwitch command Example code : Saerch the… … Read more
3 years ago in Delphi, Development, Software Development0
Heru Susanto
Spoiler Alert: it’s REALLY easy to add a REST API to your own Delphi Windows desktop applications. Read along with us and we’ll show you exactly how easy it is! Expressjs is a fast, ‘unopinionated’… … Read more
3 years ago in Code, Delphi, developer, IDE, object pascal, RAD Studio, rest api0
Muhammad Azizul Hakim
We use DelphiVCL.Application.Destroy to destroy the application instance and all of its associated memory. Never call DelphiVCL.Application.Destroy or DelphiVCL.Application.Free. Instead, use the application’s Terminate method to end the application. Destroy signals that the application has…… … Read more
3 years ago in Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app0