ESBPCS for VCL v5.3 - Heaps of Components and Routines for Delphi


ESB Consultancy is pleased to announce that ESBPCS for VCL v5.3 is now available, as well as the subsets: ESBPCS-Lite, ESBPCS-Calcs, ESBPCS-Dates, ESBPCS-Stats.

 If you are a Registered Owner and have trouble getting to the Registered Users Site, email me for the latest details...

This update includes:

  • - Many new Unit Conversions, including ones for Radiation Absorption and Radiation Dose
  • - Added Multiline capability to Edits.
  • - Support for Mars Time periods such as Sidereal Days, Solar Days and Tropical Years.
  • - Improvements to the Programmer's Calculator.
  • - Improved Unicode Support.

 

ESB Professional Computation Suite (ESBPCS) is a collection of over 6000 routines/methods and over 235 classes/components  in over 140 units for Embarcadero (formerly CodeGear/Borland) Delphi 7, 2005/Win32, 2006/Win32, 2007/Win32, 2007, 2009, 2010 and C++ Builder 2006, 2007, 2009, 2010, Borland Turbo Delphi Professional for Win32 and Borland Turbo C++ Professional for Win32, CodeGear RAD Studio 2007 (Win32 Personalities), CodeGear RAD Studio 2009, CodeGear RAD Studio 2010, which  are aimed at making "data entry & manipulation easier" for Developers and their Customers.

ESBPCS is also available in several subsets: ESBPCS-Calcs, ESBPCS-Dates, ESBPCS-Stats, ESBPCS-Lite as well as the Full version. All versions include source upon registration.

Components included cover Integer Edits, Float Edits, Hex Edits, IP Address Edits, Percentage Edits, Date Edits, Time Edits, Date/Time Edits, Month Edits, Time Edits, Complex Edits, Fraction Edits, Currency Edits, Calculator Edits, Calendar Edits, Button Edits, Degree/Minute/Second Edits, Comboboxes, Month Comboboxes, Day of Week Comboboxes, Time Zone Comboboxes, Country Comboboxes, Duration Comboboxes, SpinEdits, Month SpinEdit, DOW SpinEdits, Duration SpinEdits, Currency SpinEdits, Vector Edits, Matrix Edits, Button Edits, Calculators (Scientific and Programmer's), Calendars, Statistical Analysis, Labels, URL Labels, Math Labels, CheckBoxes, RadioGroups, CheckGroups, Memos, RichEdits and much more. As well, there are Data Aware versions of most of them.

Routines included cover Mathematics, Probability, Statistics, Complex Numbers, Fractions, Physics, Geometry, Astronomy, Longitude/Latitude, Unit Conversions, Strings, File IO, Registry, Financials, Country Lists, Holidays, Time Zones, Dates and Times, and much more.

Includes full Delphi Source to all components and routines.

 

Related Discussions
  • HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)
    Find the handle of the window using FindWindow or EnumWindows and use PostMessage(ProgramHandle, WM_CLOSE, 0, 0); I have not tried it, but it...
  • HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)
    Var Grep : String; Begin Grep := Copy('2000-46',6,2); End; The first parameter is a string or a dynamic array, the second is the index of...
  • HOW CAN I DEBUG DLL (2001-01-03 00:48:24)
    Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ? /Filip
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • DOT ON SCREEN (2001-01-03 03:42:55)
    Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function COLORREF SetPixel( HDC hdc, // handle...
  • HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)
    This is possible using COM objects and ActiveX Server ... Don't ask how ... I'm not into COM object programming ... :o) Regards /Filip
  • HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)
    This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process. Try...
  • FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)
    One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
  • SENDING ICQ MSGS FROM DELPHI (2001-01-03 14:54:03)
    I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help... Q
  • RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)
    In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
Latest News
Submit News Form Past News
Latest Forum Entries