home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / nmextstr.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  60 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'NMExtstr.pas' rev: 5.00
  6.  
  7. #ifndef NMExtstrHPP
  8. #define NMExtstrHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <SysUtils.hpp>    // Pascal unit
  14. #include <Classes.hpp>    // Pascal unit
  15. #include <SysInit.hpp>    // Pascal unit
  16. #include <System.hpp>    // Pascal unit
  17.  
  18. //-- user supplied -----------------------------------------------------------
  19.  
  20. namespace Nmextstr
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. class DELPHICLASS TExStringList;
  24. class PASCALIMPLEMENTATION TExStringList : public Classes::TStringList 
  25. {
  26.     typedef Classes::TStringList inherited;
  27.     
  28. protected:
  29.     HIDESBASE int __fastcall IndexOfName(const AnsiString Name);
  30.     HIDESBASE AnsiString __fastcall GetValue(const AnsiString Name);
  31.     HIDESBASE void __fastcall SetValue(const AnsiString Name, const AnsiString Value);
  32.     
  33. public:
  34.     __property AnsiString Values[AnsiString Name] = {read=GetValue, write=SetValue};
  35. public:
  36.     #pragma option push -w-inl
  37.     /* TStringList.Destroy */ inline __fastcall virtual ~TExStringList(void) { }
  38.     #pragma option pop
  39.     
  40. public:
  41.     #pragma option push -w-inl
  42.     /* TObject.Create */ inline __fastcall TExStringList(void) : Classes::TStringList() { }
  43.     #pragma option pop
  44.     
  45. };
  46.  
  47.  
  48. //-- var, const, procedure ---------------------------------------------------
  49.  
  50. }    /* namespace Nmextstr */
  51. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  52. using namespace Nmextstr;
  53. #endif
  54. #pragma option pop    // -w-
  55. #pragma option pop    // -Vx
  56.  
  57. #pragma delphiheader end.
  58. //-- end unit ----------------------------------------------------------------
  59. #endif    // NMExtstr
  60.