Celebrating Delphi's 26th Anniversary
XenoView is a Windows application developed in Delphi/C++Builder to allow retail locations to limit their store occupancy during the pandemic. According to the developer, “Cameras above each entrance track the… The post #Delphi26th: Built In… … Read more
3 years ago in Delphi, Showcase0
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