Unit BasicExp

=================== E X S P O R T E R S =================== Version 2.0 !!!!!!!!!! a open export interface !!!!!!!!!! Copyright 11.1997 By MAD Soft Telephone: Bulgaria, Sofia, 37-06-23 E_Mail: NMMM@NSI.BG NMMM@HotMail.Com Web: Http:\\WWW.NSI.BG\NMMM\Home.Htm ============================================== Hierarchie Tree: Canals (Chanells) ----------------- --------Printer / --------AbstractFile=---------File=-------Appl / \ / --------Console / Abstract(8)=---------Memo \ --------CGI ============================================== (8) Abstract Object Exporters --------- -----Text------------Text_HTML / -------HTML(*)(1) / Abstract(8)=--------GRV(*)(2) \ -------RTF_Beta(*) \ -----Post_Script(3) ============================================== (8) Abstract Object (*) In external PAS file (1) HTML Exporter is shareware!!!!!! See HTMLExp documentation for details. (2) Gunev Report Viewer. Copyright by Vasil Gounev ( VAGSoft@HotMail.Com ) (3) Coming Soon ;o) Version History =============== 1.0 10.1997 - First Build 2.0 11.1997 - Added Canals 2.1 12.1997 - Added AbstractFile Canal and ConsoleCanal

Classes

TAbstractCanal - ===================================================================
TAbstractExporter - ===========================================================================} {===========================================================================
TAbstractFileCanal - Published declarations
TApplCanal -
TConsoleCanal -
TFileCanal - Published declarations
TMemoCanal -
TPrinterCanal -
TTextExporter -
TTextHTMLExporter - Published declarations

Functions

Register - Published declarations

Types

TExpAlign
TExpBorder
TExpFontSize
TExpFontStyle

Constants

Variables


Functions


procedure Register;

Published declarations

Types


TExpAlign       = (REAlignNone,
                        REAlignLeft,REAlignCenter,REAlignRight,
                        REAlignJust);

TExpBorder      = Byte

TExpFontSize    = 1..10

TExpFontStyle   = Set Of (REBold,REItalic,REUnderline,
                               RETeleType)

Constants


Variables