home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 10.ddi / TVSRC.ZIP / SDIRLIST.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  1.2 KB  |  26 lines

  1. /*------------------------------------------------------------*/
  2. /* filename -       sdirlist.cpp                              */
  3. /*                                                            */
  4. /* Registeration object for the class TDirListBox             */
  5. /*------------------------------------------------------------*/
  6.                                                               
  7. /*------------------------------------------------------------*/
  8. /*                                                            */
  9. /*    Turbo Vision -  Version 1.0                             */
  10. /*                                                            */
  11. /*                                                            */
  12. /*    Copyright (c) 1991 by Borland International             */
  13. /*    All Rights Reserved.                                    */
  14. /*                                                            */
  15. /*------------------------------------------------------------*/
  16.  
  17. #define Uses_TDirListBox
  18. #define Uses_TStreamableClass
  19. #include <tv.h>
  20.  
  21. TStreamableClass RDirListBox( TDirListBox::name,
  22.                               TDirListBox::build,
  23.                               __DELTA(TDirListBox)             
  24.                             );
  25.  
  26.