Bogemic Software        Bogemic Software RSS  Subscribe: RSS       Products  |  Purchase  |  Support  |  Contact      
Products
  Bogemic Apps
  Bogemic Docs
  Bogemic Studio
  Bogemic Grid
  Services
Order Now
Ordering Process
Documentation
Press Releases
Reseller
Feedback Form
Technical Support
Contact

Delphi Programmers Quick Start

The following is a step-by-step guide to using Bogemic Grid in Borland Delphi or Borland C++ Builder.

Note: Bogemic.dll must be already installed and registered.

Borland Delphi 5, C++ Builder 6
Borland Developer Studio 2006


Borland Delphi 5, C++ Builder 6


1) Start Delphi, and click Component -> Import ActiveX control ...,


you will see:


2) In the Import ActiveX dialog box, select "Bogemic 1.0 Type Library".

3) Click the Install button. The following dialog window will appear:


4) Select the "Into new package" tab and choose a file path.

then click "OK", then click "YES".


Click "OK" to finish the installation of the Bogemic Grid control to the ActiveX tab.


5) Enable Component Palette if it is not available on the Delphi toolbar.
Now you can add the Bogemic Grid control from the ActiveX tab to the new form!

Back To Top


Borland Developer Studio 2006: Delphi for Win32, C++ Builder


1) Start Delphi for Win32( or C++ Builder ), and click Component -> Install Packages ...,


then click the "Add..." button and select the BogemicPackage.bpl file. This package must be located in the Examples\Borland Developer Studio 2006\Delphi for Win32\Package directory (or Examples\Borland Developer Studio 2006\C++ Builder\Package for C++ Builder):


2) Create a new "VCL Forms Application - Delphi for Win32" project ("VCL Forms Application - C++ Builder" for C++ Builder), open "Tool Palette" ( View -> Tool Palette )


Now you can add the Bogemic Grid control to the new form and use the "Object Inspector" window to customize its properties.

Back To Top