Unit HTMLData

Classes

THTMLDataSource -

Functions

Register - Register the THTMLDataSource component with Delphi

Types

THTMLCellEvent
THTMLRowEvent

Constants

Variables


Functions


procedure Register;

Register the THTMLDataSource component with Delphi

Types


THTMLCellEvent = procedure(Sender: TObject; fField: TField;
    var ahAlignHoriz: THTMLAlignHoriz; var avAlignVert: THTMLAlignVert;
    var clrBackground, clrBorder, clrBorderLight, clrBorderDark: TColor) of object

THTMLRowEvent = procedure(Sender: TObject;
    var ahAlignHoriz: THTMLAlignHoriz; var avAlignVert: THTMLAlignVert;
    var clrBackground, clrBorder, clrBorderLight, clrBorderDark: TColor) of object
This unit implements a component that allows the contents of database tables to be generated into HTML tables. Written by Keith Wood - 22 Jun 1996.

Constants


Variables