General
About our company
Contact us
Products
InterDelphi Library
Screenshots
How to use it
InterDelphi Manager
Screenshots
How to use it
InterDelphi Run
Screenshots
How to use it
Download
Support
Online FAQs
Submit Query
License
Online Order
Training
Training Information
Request Training
InterDelphi Library

The InterDelphi™ library is a powerful visual component library to develop Internet applications using the Borland Delphi CGI framework.
It's is composed of 20 visual components that allows you to build a HTML page just like the way you create a windows application.
General Features
  • Support all standard controls
  • Support all HTML input controls
  • Controls may be dataset bound or unbound, making easy to scale from prototyping to production
  • Frames may be easily implemented using several InterBody components
  • The InterCell component may render the content using the OnContent event simulating virtual datasets
  • InterPaint may generate images in runtime so your canvas draw will be automatically converted into a jpeg image
  • Support the TeeChart control
  • Support for ActiveX and Java applets
  • All InterDelphi components support the TInterControl Interface. This architecture provides an easy path to create new InterDelphi components
Design Features
  • HTML/Code Preview. Even for frames!!
  • Support virtual grid alignments. AlignCols and AlignRows define the minimum resolution while creating cells.
  • The ShowGrid property displays the virtual grid.
  • The ShowBounds property displays the cell boundaries.
  • HTML pages may be created using the built-in visual inheritance.
Built-in Conversion Tool
Besides the built-in conversions, you can register your own conversion
routines using the RegisterInterConverter procedure.
Some of the built-in conversions are:
  • TLabel and TDBLabel will be converted to TInterLabel
  • TEdit and TDBEdit will be converted to TInterEdit
  • TMemo will be converted to TInterText
  • TDBMemo will be converted to TInterMemo
  • TImage will be converted to TInterImage
  • TShape will be converted to TInterShape
  • TCheckbox and TDBCheckBox will be converted to TInterCheckbox
  • TRadioButton will be converted to TInterRadioButton