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) 'AHMTWinDBListBox.pas' rev: 3.00
-
- #ifndef AHMTWinDBListBoxHPP
- #define AHMTWinDBListBoxHPP
- #include <StdCtrls.hpp>
- #include <AHMFreeware.hpp>
- #include <DBCtrls.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 Ahmtwindblistbox
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMWinDBListBox;
- class PASCALIMPLEMENTATION TAHMWinDBListBox : public Dbctrls::TDBListBox
- {
- typedef Dbctrls::TDBListBox inherited;
-
- private:
- Ahmfreeware::TAHMAboutFreeStr FAbout;
-
- protected:
- virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
-
- __published:
- __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
- __property Caption ;
- public:
- /* TDBListBox.Create */ __fastcall virtual TAHMWinDBListBox(Classes::TComponent* AOwner) : Dbctrls::
- TDBListBox(AOwner) { }
- /* TDBListBox.Destroy */ __fastcall virtual ~TAHMWinDBListBox(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAHMWinDBListBox(HWND ParentWindow) : Dbctrls::TDBListBox(
- ParentWindow) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtwindblistbox */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtwindblistbox;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTWinDBListBox
-