home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 6 Unleashed…sional Reference Edition) / Visual_Basic_6_Unleashed_Professional_Reference_Edition_Sams_1999.iso / Source / CHAP08 / 309X0804.TXT < prev    next >
Encoding:
Text File  |  1998-06-17  |  174 b   |  9 lines

  1.  
  2. Public Property Get RecordSet() As ADODB.RecordSet
  3.  
  4. ' Return a reference to the RecordSet object that
  5. ' is used by the control.
  6. Set RecordSet = rsMain
  7.  
  8. End Property
  9.