Downloads
Home Links

Delphi Components

AJB Speller

Needs MS Word is installed. This will allow the use of Word's inbuilt spell/grammar checking

AJB FormDisp

TAJBFormPanel: Allows forms to be shown within a panel. Forms to be shown can be be pushed / popped of a stack
TAJBFormTabControl: Similar to a standard TPageControl except that the "pages" are other forms
TAJBFormPageControl: This allows 'standard' pages to be mixed with external forms, all within a pagecontrol

AJB ImageIndex Property

Useful for components with an ImageIndex property - this displays the actual images in the drop-down list

AJB CaptionBar

Allows another control to be used as the caption bar for a window (for dragging etc). The "real" captionbar can be hidden if desired, allowing fancy windows to be shown
Plugin system This is based on the JvPlugin approach but uses an Interface mechanism for passing information between main program and plugin. It is still a "work in progress", so please email if you want more info

 

ADO Extensions for Delphi

AJB ADO packages (D7)

AJB ADO packages (D5)

TAJBADOConnection - extends TADOConnection with published properties minimising the need to play with the connection string directly. Also allows easy use of disconnected recordsets and extends the Get....Names functions. A number of other routines are included to make working with ADO databases easier.
TAJBADOXCatalog - this encapsulates the ADOX Catalog and allows for easy creation and manipulation of databases, tables and indexes. When using the JET Engine, the database can also be compressed/repaired.
Table and Query template components are included for easy design-time storage of database structures.
New version 3.1 (Oct 2004) Template Collections to hold multiple table/query definitions in on component. Also defined a function to check and update table structures in a current database
Latest Version 3.3 (Mar 2005) Bug fixes and refinements in functionality