Bjorn Depoorter

Send e-mail to this Author

Professional set of Delphi and C++Builder components for virtual instrumentation

  • Meters, Bars (Gauge), with linear or log(10) scaling
  • Digital indicators (time, value)
  • Operating Point display
  • Dial (knob), Sliders, Trend/Recorder
  • buttons, switches, LED indicators
  • DB-Aware components and many more
Author Products

Total 2 products

TParamList v.1.0

Components > Tools > Base classes

By Bjorn Depoorter.

Freeware + source 19 Mar 2001

Description

This is a class, TPARAMLIST named, where you can store parameters in it, and to extract back out of it. You can add multiple strings with parameters in it to the parameter list. The format of 1 string must be SDF.

Eg: "param1=value1","param2"=value2". This represents one string, with 2 parameters. You can also concatenate a value of an already existing parameter.

Eg: "param1+=value1" -> resulting in param1=value1value1

You can use this class to send parameters over network, by just sending strings. Like this, you can send multiple parameters in one string, and even send a parameter over multiple strings in case the length would be greater than it can send in one string.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 37kB

Platforms: D2, D3, D4, D5

TSecurityINI v.1.01

Components > System > Registry

By Bjorn Depoorter.

Freeware + source 11 May 2001

Description

With the help of this class, you can store information into INI-files encoded. Everything is encoded, not just the value, but also the section names and the key names. It uses the Rijndael algorithm to encrypt / decrypt the information.

You have to provide 2 keys:

  • password key: used to encode the value
  • program key: used to encode the section and key names (+ the value as well).
Purpose:
  • to protect information in an INI-file
  • user custom INI-files: every user has an INI file, but with a different password key.
Extra: Two extra programs included: encryptini.exe and decryptini.exe (with source code as well). With these programs, you can encrypt and decrypt INI files. The programs will ask you for a filename, a password key and a program key. Then they will convert it.

Informations

  • Status: Fully functional
  • Source: Included
  • Exe demo: included
  • Size: 337kB

Platforms: D3, D4, D5