Marco Cantu
Having looked into Delphi’s expression engine, component bindings, and the bindings list component, we can now look at the easy and intuitive way to configure an application with dynamic bindings, the Visual LiveBindings design surface…. … Read more
3 years ago in News0
Embarcadero
Modernizing your app is vital if you want to remain competitive in today’s very crowded market. The process of modernization is actually pretty straight-forward but there are some easy pitfalls – things you might miss… … Read more
3 years ago in High-DPI, modernization, multi-monitor, News, Styles, Themes, tutorial0
marcocantu
Having looked into Delphi’s expression engine, component bindings, and the bindings list component, we can now look at the easy and intuitive way to configure an application with dynamic bindings, the Visual LiveBindings design surface. … Read more
3 years ago 0
Embarcadero GetIt
A set of custom-drawn controls, independent from OS. Set now includes ATTabs, a Delphi/Lazarus component for lite tabs, OS independent, fully custom drawn. This set includes all the other Button, Toolbar, Listbox, ScrollBar, StatusBar, Gauge…. … Read more
3 years ago 0
jpluimers
IDEs drive me nuts, including the Delphi IDE. Searching for Margin or Setting only reveals the margin and gutter setting, not the formatter settings. So you have to remember this is in the “Formatter”, especially… … Read more
3 years ago in Delphi, Development, Software Development0
jpluimers
Do not call SYS.DBMS_SESSION.SET_NLS with an instance of the [Archive.is] TOraStoredProc Class, as under the hood, it will translate the call to this: Class:Ora.TOraStoredProc;Component:sprSetNls;Flag:tfQPrepare,Text:Prepare: begin SYS.DBMS_SESSION.SET_NLS(:PARAM, :VALUE); end; :PARAM(VARCHAR[22],IN)=’NLS_NUMERIC_CHARACTERS’ :VALUE(VARCHAR[4],IN)=”.,” The above is a translation… … Read more
3 years ago in Database Development, Delphi, Development, OracleDB, Software Development0
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