home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTRTFFile.pas' rev: 3.00
-
- #ifndef AHMTRTFFileHPP
- #define AHMTRTFFileHPP
- #include <AHMFreeware.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtrtffile
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMRTFFile;
- class PASCALIMPLEMENTATION TAHMRTFFile : public Classes::TComponent
- {
- typedef Classes::TComponent inherited;
-
- private:
- Ahmfreeware::TAHMAboutFreeStr FAbout;
- System::AnsiString ffile;
- Classes::TStrings* ftexty;
- void __fastcall SetTexty(Classes::TStrings* value);
- void __fastcall GetBegin(const Classes::TStrings* XX);
- System::AnsiString __fastcall GetEnd(void);
-
- public:
- __fastcall virtual TAHMRTFFile(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMRTFFile(void);
- bool __fastcall Execute(void);
- System::AnsiString __fastcall AddFootnote(System::AnsiString xID, System::AnsiString xLabel);
- System::AnsiString __fastcall AddHidden(System::AnsiString xLabel);
- System::AnsiString __fastcall AddUnder(System::AnsiString xLabel);
- System::AnsiString __fastcall AddDUnder(System::AnsiString xLabel);
- System::AnsiString __fastcall AddKeepNext(bool xOn);
- System::AnsiString __fastcall AddTab(void);
- System::AnsiString __fastcall NewPage(void);
- System::AnsiString __fastcall AddPlain(void);
- System::AnsiString __fastcall AddFont(int xNum, int xSize);
- System::AnsiString __fastcall AddEnter(void);
- System::AnsiString __fastcall AddBold(bool xOn);
- System::AnsiString __fastcall AddColor(bool xOn);
- System::AnsiString __fastcall AddText(System::AnsiString xText);
-
- __published:
- __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
- __property Classes::TStrings* Text = {read=ftexty, write=SetTexty};
- __property System::AnsiString Filename = {read=ffile, write=ffile};
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtrtffile */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtrtffile;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTRTFFile
-