This page was generated automatically from The Delphi Super Page archive. If you have any remarks concerning this page please do not hesitate to mail me.
In your mail please do refer to your unique DSP author ID which is 0002820. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Todor Marholev [email][Home]

 

 

Files

[ dbgkill.zip ] [ 21,042 bytes ] [ Shareware ] [ No Source ]
[ D1 ]
Delphi component which protects your program against undesirable debugging. This simple component traps the debugger of someone who tries to debug your program. Simply drop the component in the main form of your program, or elsewhere in your program, how many times you want, and activate them. Each instance of the component enhances the protection. When the program is traced and has passed throught the activation of the Debugger killer, the first debugger break, causes seamlessly a quit message to be posted to the message queue of your program, and after while your program will exits. You can protect many of your applications, running simultaneously. Now it is available only for Delphi 1.0. No problems when running under 32-bit OS!.
Added: 21-03-1999   |  Version: 1.0   |  Downloads: 1891/1891/0
Author:Todor Marholev   [Homepage]   [DSP files]

[ exprs31_c345.zip ] [ 1,494,450 bytes ] [ Shareware ] [ No Source ]
[ C3 | C4 | C5 ]
Expression parser 3.1 is a library of components, that evaluates Pascal like scripts at run time. It is not an interpretator, but is a quasi compiler, so it works fast. Features:
  • user defined functions and aliases;
  • supports: if...then..else...;for...:=... to/downto ... do ; while...do...; repeat...until...;
  • try finally end; try except end; raising exceptions;
  • class creating, referencing any published property of any class;
  • and more than 800 registered public methods and properties of more than 100 useful Delphi VCL classes;
  • creating and referencing OLE automation objects;
  • links directly in a script to a runtime components, that can be also on a data module;
  • links to any runtime function or class method;
  • calling user defined scripts from the program;
  • executing a script generated script;
  • variables, can be a value, expression, DBField or a link to a runtime var;
  • syntax checking of the scripts, checks also for using a valid variables, functions and arguments;
  • request for used variables, by a given script, that need initialization;
  • on event evaluated functions and variables;
  • supports integer, hex, FP, boolean, date string and variant type constants;
  • design time editors for variables and functions, that can be loaded and saved in INI file;
  • special links of dependences, tracks the changes in related objects;
  • more than 200 build in functions;
  • enhance error handling;
  • full help and demo;
You will feel the Expression parser as a real extention of your favourite compiler at runtime.
price: $55.00; price with source: $95.00
Added: 21-03-1999/31-07-2001   |  Version: 3.1   |  Downloads: 2210/1586/0
Author:Todor Marholev   [Homepage]   [DSP files]
 
Compatible files:  [ D3 | D4 | D5 | D6 ]

[ magchint.zip ] [ 241,471 bytes ] [ Shareware ] [ No Source ]
[ D1 | D3 | D4 | D5 | C3 | C4 ]
TMagicHints is a simple component that manages the outlook of the hints of your application.
TMagicHints component has the following features:
  • Four ways of representing the hints - Normal, like Balloons, Comics and Ellipse.
  • Auto orientation and position of the hints - to be always on the whole within the screen.
  • Auto wordwrap and multiline hints.
  • Custom background color and wallpaper, hint's font and color, alignment.
  • Custom shadows.
  • Custom transparency.
  • Visual Designer at design and runtime.
  • Property settings at runtime can be loaded and saved in INI file.
  • Easy to use.

Now the hints of your application will look just as 'real' hints.
price with source: $20.00
Added: 15-06-1999/27-07-2000   |  Version: 1.65   |  Downloads: 2018/1817/0
Author:Todor Marholev   [Homepage]   [DSP files]

[ mlbtns.zip ] [ 295,805 bytes ] [ Shareware ] [ No Source ]
[ D1 | D3 | D4 | D5 | D6 | C3 | C4 | C5 ]
A library of checkboxes, radiobuttons and radiogroups with wordwrap and various text and button alignments, margins and gaps between buttons.
Also contains Image and Bitbtn like components, but with checkbox features.
All components available both in dbaware and non-dbaware variants.
Demo included.
price for source: $25.00
Added: 19-09-1999/31-07-2001   |  Version: 1.6   |  Downloads: 1925/1886/1
Author:Todor Marholev   [Homepage]   [DSP files]

[ exbldr131.zip ] [ 598,450 bytes ] [ Freeware ] [ No Source ]
[ D3 | D4 | D5 | D6 | C3 | C4 | C5 ]
Expression builder 1.31 is a set of eight components - TExprFunctions, TFnCategoryCombo, TFnCategoryList, TFnListBox, TVarListBox, TUserDataListBox, TExprBuilderDlg, TExprSolver, which helps you to make a custom expression builder dialogs in your applications, to enable the user to speed entering syntax valid expressions, checks them, and stores in a dataset along with any user data.
TExprSolver helps you to evaluate stored expressions, it automatically fetches the values for all used in a given expression variables from an INI file and/or dataset.
Full help and demo included.
It needs Expression parser 3.1 to be installed.
price for source: $25.00
Added: 13-02-2000/31-07-2001   |  Version: 1.31   |  Downloads: 4818/4719/10
Author:Todor Marholev   [Homepage]   [DSP files]

[ exprs31_d3456.zip ] [ 945,837 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | D6 ]
Expression parser 3.1 is a library of components, that evaluates Pascal like scripts at run time. It is not an interpretator, but is a quasi compiler, so it works fast. Features:
  • user defined functions and aliases;
  • supports: if...then..else...;for...:=... to/downto ... do ; while...do...; repeat...until...;
  • try finally end; try except end; raising exceptions;
  • class creating, referencing any published property of any class;
  • and more than 800 registered public methods and properties of more than 100 useful Delphi VCL classes;
  • creating and referencing OLE automation objects;
  • links directly in a script to a runtime components, that can be also on a data module;
  • links to any runtime function or class method;
  • calling user defined scripts from the program;
  • executing a script generated script;
  • variables, can be a value, expression, DBField or a link to a runtime var;
  • syntax checking of the scripts, checks also for using a valid variables, functions and arguments;
  • request for used variables, by a given script, that need initialization;
  • on event evaluated functions and variables;
  • supports integer, hex, FP, boolean, date string and variant type constants;
  • design time editors for variables and functions, that can be loaded and saved in INI file;
  • special links of dependences, tracks the changes in related objects;
  • more than 200 build in functions;
  • enhance error handling;
  • full help and demo;
You will feel the Expression parser as a real extention of your favourite compiler at runtime.
price: $55.00; price with source: $95.00
Added: 5-02-2001/31-07-2001   |  Version: 3.1   |  Downloads: 1105/1097/0
Author:Todor Marholev   [Homepage]   [DSP files]
 
Compatible files:  [ C3 | C4 | C5 ]

 

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.