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 0003455. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Andrew Baylis [email] 

 

 

Files

[ EGrid.zip ] [ 15,100 bytes ] [ Freeware ] [ With Source ]
[ D5 ]

Two components: Enhanced stringgrid and enhanced DrawGrid.
I needed a grid for a current project and couldn't quite find what I wanted. This 'enhanced' grid allows:

i) the formatting of columns and individual cells: Text Alignment, Font, Background Colour
ii) the merging of cells into larger regions (also unmerging)
iii) the locking of cells / columns
iv) different fonts for fixed cells, locked cells

It also exposes some new events:
OnEnterCell and OnLeaveCell fire when the mouse moves over cells
OnFixedCellClick and OnCellClick fire when the appropriate cell is clicked (useful for popup menus)

Ver 1.6 fixes a few bugs and introduces a TDrawGrid descendent which has useful enhancements.
Added: 17-07-2000/2-04-2001   |  Version: 1.6   |  Downloads: 6134/5492/7
Author:Andrew Baylis   [DSP files]

[ enablegp.zip ] [ 11,237 bytes ] [ Freeware ] [ With Source ]
[ D5 ]
I have often needed to enable/disable a number of components at once or open/close a number of tables/queries at once. To do it as a list of statements in your program is clumsy and open to errors if you change the number/names of the components. This archive holds two components: TEnableGroup and TEnableData that allow the grouping of components. Once grouped, common properties can be set with a single statement. The base component TCustomEnableGroup is also in the unit allowing many other "grouping" components to be defined.
Added: 24-07-2000   |  Version: 1.1   |  Downloads: 2350/2350/0
Author:Andrew Baylis   [DSP files]

[ AJBSpeller.zip ] [ 9,009 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]

Use the MS Word COM interface to provide spelling and grammar checking in your application! Many target platforms already have MS Word installed and the powerful spelling engine can be accessed through OLE interface calls. For simplicity, late binding is used (allowing Word 97 or 2000 to be used easily). Text from any source (eg: RTF) that can be copied to a MS Word document can be checked using the CheckClipboard.. functions and all the power of languages / custom dictionaries can be accessed via MS Word's normal dialog boxes.

Version 2.3 provides a couple of new features:
i) Select the Language MS Word uses for spell checking
ii) Allows the changing of the caption on the Spelling Error dialog
iii) Provides a simple function to check if Word is installed on the host machine (just checks registry)
iv) Provides a flag to indicate if the user has cancelled the MS Word Spelling / Grammar Dialog


Added: 26-12-2000/3-03-2002   |  Version: 2.3   |  Downloads: 4833/3209/4
Author:Andrew Baylis   [DSP files]

[ FormCaption.zip ] [ 4,136 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
This component allows any graphic control to be used in place of the form's caption bar. Images / colours / various sizes and positions are now possible for the caption bar of your form. It also makes it very easy to have buttons / other components in the "caption bar" as a TPanel can contain these extra components while acting as the caption bar itself. All other properties of the form are unaffected (sizing, borders etc). New in version 2.1 is the ability for other components on top of the caption bar to receive mouse actions (in the old version only TWinControl descendants had this ability). Ver 2.2 changes the method for hiding the caption bar - this new method provides much cleaner resizing of windows onscreen.
Added: 17-07-2001/20-08-2001   |  Version: 2.2   |  Downloads: 4064/4053/5
Author:Andrew Baylis   [DSP files]

[ AJB_ADOItems.zip ] [ 35,180 bytes ] [ Freeware ] [ With Source ]
[ D7 ]
These Extended ADO Components make it easier to program with ADO databases.
    TAJB_ADOConnection extends the TADOConnection object with greater functionality and ease of use in design-time
    TADOXCatalog provides a simple object to assist with the creation and handling of MS Access Databases.

Many methods are provided to give information about and manipulate views, tables and procedures within the database.

Latest version fixes some problems with compacting / repairing databases as well as disconnected recordsets.
Added: 15-03-2004/6-04-2004   |  Version: 3.0   |  Downloads: 1717/1703/23
Author:Andrew Baylis   [DSP files]

 

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