home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / explorer / delobj.lst < prev    next >
Encoding:
File List  |  1995-03-21  |  18.6 KB  |  294 lines

  1. TSpeedButton              TGraphicControl           BUTTONS.PAS
  2. TBitBtn                   TButton                   BUTTONS.PAS
  3. TGlyphList                TImageList                BUTTONS.PAS
  4. EStreamError              Exception                 CLASSES.PAS
  5. EFCreateError             EStreamError              CLASSES.PAS
  6. EFOpenError               EStreamError              CLASSES.PAS
  7. EFilerError               EStreamError              CLASSES.PAS
  8. EReadError                EFilerError               CLASSES.PAS
  9. EWriteError               EFilerError               CLASSES.PAS
  10. EClassNotFound            EFilerError               CLASSES.PAS
  11. EMethodNotFound           EFilerError               CLASSES.PAS
  12. EInvalidImage             EFilerError               CLASSES.PAS
  13. EResNotFound              Exception                 CLASSES.PAS
  14. EListError                Exception                 CLASSES.PAS
  15. EStringListError          Exception                 CLASSES.PAS
  16. EComponentError           Exception                 CLASSES.PAS
  17. EParserError              Exception                 CLASSES.PAS
  18. TList                     TObject                   CLASSES.PAS
  19. TPersistent               TObject                   CLASSES.PAS
  20. TStrings                  TPersistent               CLASSES.PAS
  21. TStringList               TStrings                  CLASSES.PAS
  22. TStream                   TObject                   CLASSES.PAS
  23. THandleStream             TStream                   CLASSES.PAS
  24. TFileStream               THandleStream             CLASSES.PAS
  25. TMemoryStream             TStream                   CLASSES.PAS
  26. TFiler                    TObject                   CLASSES.PAS
  27. TReader                   TFiler                    CLASSES.PAS
  28. TWriter                   TFiler                    CLASSES.PAS
  29. TParser                   TObject                   CLASSES.PAS
  30. TComponent                TPersistent               CLASSES.PAS
  31. TClipboard                TPersistent               CLIPBRD.PAS
  32. EOutOfResources           EOutOfMemory              CONTROLS.PAS
  33. EInvalidObject            Exception                 CONTROLS.PAS
  34. EInvalidOperation         Exception                 CONTROLS.PAS
  35. TControlCanvas            TCanvas                   CONTROLS.PAS
  36. TControl                  TComponent                CONTROLS.PAS
  37. TWinControl               TControl                  CONTROLS.PAS
  38. TGraphicControl           TControl                  CONTROLS.PAS
  39. TCustomControl            TWinControl               CONTROLS.PAS
  40. THintWindow               TCustomControl            CONTROLS.PAS
  41. EDatabaseError            Exception                 DB.PAS
  42. EDBEngineError            EDatabaseError            DB.PAS
  43. TSession                  TComponent                DB.PAS
  44. TParamList                TObject                   DB.PAS
  45. TDatabase                 TComponent                DB.PAS
  46. TDataSetDesigner          TObject                   DB.PAS
  47. TDataSet                  TComponent                DB.PAS
  48. TDBDataSet                TDataSet                  DB.PAS
  49. TDataSource               TComponent                DB.PAS
  50. TField                    TComponent                DB.PAS
  51. TDataLink                 TPersistent               DB.PAS
  52. TDBEdit                   TCustomMaskEdit           DBCTRLS.PAS
  53. TDBText                   TCustomLabel              DBCTRLS.PAS
  54. TDBCheckBox               TCustomCheckBox           DBCTRLS.PAS
  55. TDBComboBox               TCustomComboBox           DBCTRLS.PAS
  56. TDBListBox                TCustomListBox            DBCTRLS.PAS
  57. TDBRadioGroup             TCustomRadioGroup         DBCTRLS.PAS
  58. TDBMemo                   TCustomMemo               DBCTRLS.PAS
  59. TDBImage                  TCustomControl            DBCTRLS.PAS
  60. TDBNavigator              TCustomPanel              DBCTRLS.PAS
  61. TNavButton                TSpeedButton              DBCTRLS.PAS
  62. TNavDataLink              TDataLink                 DBCTRLS.PAS
  63. TGridDataLink             TDataLink                 DBGRIDS.PAS
  64. TCustomDBGrid             TCustomGrid               DBGRIDS.PAS
  65. TDBGrid                   TCustomDBGrid             DBGRIDS.PAS
  66. TLoginDialog              TForm                     DBLOGDLG.PAS
  67. TDBLookupCombo            TCustomEdit               DBLOOKUP.PAS
  68. TDBLookupList             TCustomDBGrid             DBLOOKUP.PAS
  69. TPopupGrid                TDBLookupList             DBLOOKUP.PAS
  70. TComboButton              TSpeedButton              DBLOOKUP.PAS
  71. TPasswordDialog           TForm                     DBPWDLG.PAS
  72. TTableDataLink            TDataLink                 DBTABLES.PAS
  73. TTable                    TDBDataSet                DBTABLES.PAS
  74. TBatchMove                TComponent                DBTABLES.PAS
  75. TParam                    TObject                   DBTABLES.PAS
  76. TParams                   TPersistent               DBTABLES.PAS
  77. TStoredProc               TDBDataSet                DBTABLES.PAS
  78. TQuery                    TDBDataSet                DBTABLES.PAS
  79. TStringField              TField                    DBTABLES.PAS
  80. TNumericField             TField                    DBTABLES.PAS
  81. TIntegerField             TNumericField             DBTABLES.PAS
  82. TSmallintField            TIntegerField             DBTABLES.PAS
  83. TWordField                TIntegerField             DBTABLES.PAS
  84. TFloatField               TNumericField             DBTABLES.PAS
  85. TCurrencyField            TFloatField               DBTABLES.PAS
  86. TBCDField                 TFloatField               DBTABLES.PAS
  87. TBooleanField             TField                    DBTABLES.PAS
  88. TDateTimeField            TField                    DBTABLES.PAS
  89. TDateField                TDateTimeField            DBTABLES.PAS
  90. TTimeField                TDateTimeField            DBTABLES.PAS
  91. TBytesField               TField                    DBTABLES.PAS
  92. TVarBytesField            TField                    DBTABLES.PAS
  93. TBlobField                TField                    DBTABLES.PAS
  94. TMemoField                TBlobField                DBTABLES.PAS
  95. TGraphicField             TBlobField                DBTABLES.PAS
  96. TBlobStream               TStream                   DBTABLES.PAS
  97. TFieldDataLink            TDataLink                 DBTABLES.PAS
  98. TQueryDataLink            TDataLink                 DBTABLES.PAS
  99. TDdeClientConv            TComponent                DDEMAN.PAS
  100. TDdeClientItem            TComponent                DDEMAN.PAS
  101. TDdeServerConv            TComponent                DDEMAN.PAS
  102. TDdeServerItem            TComponent                DDEMAN.PAS
  103. TDdeMgr                   TComponent                DDEMAN.PAS
  104. EDdeError                 Exception                 DDEMAN.PAS
  105. TDdeSrvrItem              TComponent                DDEMAN.PAS
  106. TDdeSrvrConv              TComponent                DDEMAN.PAS
  107. TDdeCliItem               TPersistent               DDEMAN.PAS
  108. TCommonDialog             TComponent                DIALOGS.PAS
  109. TDlgControl               TObject                   DIALOGS.PAS
  110. TOpenDialog               TCommonDialog             DIALOGS.PAS
  111. TSaveDialog               TOpenDialog               DIALOGS.PAS
  112. TColorDialog              TCommonDialog             DIALOGS.PAS
  113. TFontDialog               TCommonDialog             DIALOGS.PAS
  114. TPrinterSetupDialog       TCommonDialog             DIALOGS.PAS
  115. TPrintDialog              TPrinterSetupDialog       DIALOGS.PAS
  116. TFindDialog               TCommonDialog             DIALOGS.PAS
  117. TReplaceDialog            TFindDialog               DIALOGS.PAS
  118. TDropListBox              TDlgControl               DIALOGS.PAS
  119. TDlgEditControl           TDlgControl               DIALOGS.PAS
  120. TCommonDlg                TDlgControl               DIALOGS.PAS
  121. TCommonDialogList         TList                     DIALOGS.PAS
  122. TShape                    TGraphicControl           EXTCTRLS.PAS
  123. TPaintBox                 TGraphicControl           EXTCTRLS.PAS
  124. TImage                    TGraphicControl           EXTCTRLS.PAS
  125. TBevel                    TGraphicControl           EXTCTRLS.PAS
  126. TTimer                    TComponent                EXTCTRLS.PAS
  127. TCustomPanel              TCustomControl            EXTCTRLS.PAS
  128. TPanel                    TCustomPanel              EXTCTRLS.PAS
  129. TPage                     TCustomControl            EXTCTRLS.PAS
  130. TNotebook                 TCustomControl            EXTCTRLS.PAS
  131. THeader                   TCustomControl            EXTCTRLS.PAS
  132. TCustomRadioGroup         TCustomGroupBox           EXTCTRLS.PAS
  133. TRadioGroup               TCustomRadioGroup         EXTCTRLS.PAS
  134. TPageAccess               TStrings                  EXTCTRLS.PAS
  135. THeaderStrings            TStrings                  EXTCTRLS.PAS
  136. TGroupButton              TRadioButton              EXTCTRLS.PAS
  137. TFileListBox              TCustomListBox            FILECTRL.PAS
  138. TFolderBitmap             TBitmap                   FILECTRL.PAS
  139. TDirectoryListBox         TCustomListBox            FILECTRL.PAS
  140. TDriveComboBox            TCustomComboBox           FILECTRL.PAS
  141. TFilterComboBox           TCustomComboBox           FILECTRL.PAS
  142. TSelectDirDlg             TForm                     FILECTRL.PAS
  143. TControlScrollBar         TPersistent               FORMS.PAS
  144. TScrollingWinControl      TWinControl               FORMS.PAS
  145. TScrollBox                TScrollingWinControl      FORMS.PAS
  146. TDesigner                 TObject                   FORMS.PAS
  147. TWinOleHelper             TObject                   FORMS.PAS
  148. TForm                     TScrollingWinControl      FORMS.PAS
  149. TScreen                   TComponent                FORMS.PAS
  150. TApplication              TComponent                FORMS.PAS
  151. EInvalidGraphic           Exception                 GRAPHICS.PAS
  152. EInvalidGraphicOperation  Exception                 GRAPHICS.PAS
  153. TGraphicsObject           TPersistent               GRAPHICS.PAS
  154. TFont                     TGraphicsObject           GRAPHICS.PAS
  155. TPen                      TGraphicsObject           GRAPHICS.PAS
  156. TBrush                    TGraphicsObject           GRAPHICS.PAS
  157. TCanvas                   TPersistent               GRAPHICS.PAS
  158. TGraphic                  TPersistent               GRAPHICS.PAS
  159. TPicture                  TPersistent               GRAPHICS.PAS
  160. TMetafile                 TGraphic                  GRAPHICS.PAS
  161. TBitmapImage              TInternalImage            GRAPHICS.PAS
  162. TBitmap                   TGraphic                  GRAPHICS.PAS
  163. TIconImage                TInternalImage            GRAPHICS.PAS
  164. TIcon                     TGraphic                  GRAPHICS.PAS
  165. TResourceManager          TObject                   GRAPHICS.PAS
  166. THandleCache              TList                     GRAPHICS.PAS
  167. TBitmapCanvas             TCanvas                   GRAPHICS.PAS
  168. EInvalidGridOperation     Exception                 GRIDS.PAS
  169. TInplaceEdit              TCustomMaskEdit           GRIDS.PAS
  170. TCustomGrid               TCustomControl            GRIDS.PAS
  171. TDrawGrid                 TCustomGrid               GRIDS.PAS
  172. TStringGridStrings        TStrings                  GRIDS.PAS
  173. TStringGrid               TDrawGrid                 GRIDS.PAS
  174. EStringSparseListError    Exception                 GRIDS.PAS
  175. TSparsePointerArray       TObject                   GRIDS.PAS
  176. TSparseList               TObject                   GRIDS.PAS
  177. TStringSparseList         TStrings                  GRIDS.PAS
  178. TIniFile                  TObject                   INIFILES.PAS
  179. EDBEditError              Exception                 MASK.PAS
  180. TCustomMaskEdit           TCustomEdit               MASK.PAS
  181. TMaskEdit                 TCustomMaskEdit           MASK.PAS
  182. EMenuError                Exception                 MENUS.PAS
  183. TMenuItem                 TComponent                MENUS.PAS
  184. TMenu                     TComponent                MENUS.PAS
  185. TMainMenu                 TMenu                     MENUS.PAS
  186. TPopupMenu                TMenu                     MENUS.PAS
  187. TPopupList                TList                     MENUS.PAS
  188. EMCIDeviceError           Exception                 MPLAYER.PAS
  189. TMediaPlayer              TCustomControl            MPLAYER.PAS
  190. OutlineError              TObject                   OUTLINE.PAS
  191. EOutlineError             Exception                 OUTLINE.PAS
  192. TOutlineNode              TPersistent               OUTLINE.PAS
  193. TCustomOutline            TCustomGrid               OUTLINE.PAS
  194. TOutline                  TCustomOutline            OUTLINE.PAS
  195. TOutlineStrings           TStrings                  OUTLINE.PAS
  196. TParamDlg                 TForm                     PARAMDLG.PAS
  197. EPrinter                  Exception                 PRINTERS.PAS
  198. TPrinter                  TObject                   PRINTERS.PAS
  199. TPrinterCanvas            TCanvas                   PRINTERS.PAS
  200. TProcParams               TForm                     PROCDLG.PAS
  201. TQueryParams              TForm                     QBINDDLG.PAS
  202. EReportError              Exception                 REPORT.PAS
  203. TReport                   TComponent                REPORT.PAS
  204. TReportEditor             TComponentEditor          REPORT.PAS
  205. TReportDirProperty        TPropertyEditor           REPORT.PAS
  206. TReportNameProperty       TPropertyEditor           REPORT.PAS
  207. TOleContainer             TCustomControl            TOCTRL.PAS
  208. TOleDropNotify            TObject                   TOCTRL.PAS
  209. TComponentList            TObject                   DSGNINTF.PAS
  210. TFormDesigner             TDesigner                 DSGNINTF.PAS
  211. TOrdinalProperty          TPropertyEditor           DSGNINTF.PAS
  212. TIntegerProperty          TOrdinalProperty          DSGNINTF.PAS
  213. TCharProperty             TOrdinalProperty          DSGNINTF.PAS
  214. TEnumProperty             TOrdinalProperty          DSGNINTF.PAS
  215. TFloatProperty            TPropertyEditor           DSGNINTF.PAS
  216. TStringProperty           TPropertyEditor           DSGNINTF.PAS
  217. TSetElementProperty       TPropertyEditor           DSGNINTF.PAS
  218. TSetProperty              TOrdinalProperty          DSGNINTF.PAS
  219. TClassProperty            TPropertyEditor           DSGNINTF.PAS
  220. TMethodProperty           TPropertyEditor           DSGNINTF.PAS
  221. TComponentProperty        TPropertyEditor           DSGNINTF.PAS
  222. TComponentNameProperty    TStringProperty           DSGNINTF.PAS
  223. TFontNameProperty         TStringProperty           DSGNINTF.PAS
  224. TColorProperty            TIntegerProperty          DSGNINTF.PAS
  225. TCursorProperty           TIntegerProperty          DSGNINTF.PAS
  226. TFontProperty             TClassProperty            DSGNINTF.PAS
  227. TModalResultProperty      TIntegerProperty          DSGNINTF.PAS
  228. TShortCutProperty         TOrdinalProperty          DSGNINTF.PAS
  229. TMPFilenameProperty       TStringProperty           DSGNINTF.PAS
  230. TTabOrderProperty         TIntegerProperty          DSGNINTF.PAS
  231. TCaptionProperty          TStringProperty           DSGNINTF.PAS
  232. EPropertyError            Exception                 DSGNINTF.PAS
  233. TDefaultEditor            TComponentEditor          DSGNINTF.PAS
  234. TIExpert                  TInterface                EXPTINTF.PAS
  235. TIMemoryStream            TIStream                  ISTREAMS.PAS
  236. TIFileStream              TIStream                  ISTREAMS.PAS
  237. TVirtualStream            TStream                   ISTREAMS.PAS
  238. TCustomGroupBox           TCustomControl            STDCTRLS.PAS
  239. TGroupBox                 TCustomGroupBox           STDCTRLS.PAS
  240. TCustomLabel              TGraphicControl           STDCTRLS.PAS
  241. TLabel                    TCustomLabel              STDCTRLS.PAS
  242. TCustomEdit               TWinControl               STDCTRLS.PAS
  243. TEdit                     TCustomEdit               STDCTRLS.PAS
  244. TCustomMemo               TCustomEdit               STDCTRLS.PAS
  245. TMemo                     TCustomMemo               STDCTRLS.PAS
  246. TCustomComboBox           TWinControl               STDCTRLS.PAS
  247. TComboBox                 TCustomComboBox           STDCTRLS.PAS
  248. TButtonControl            TWinControl               STDCTRLS.PAS
  249. TButton                   TButtonControl            STDCTRLS.PAS
  250. TCustomCheckBox           TButtonControl            STDCTRLS.PAS
  251. TCheckBox                 TCustomCheckBox           STDCTRLS.PAS
  252. TRadioButton              TButtonControl            STDCTRLS.PAS
  253. TCustomListBox            TWinControl               STDCTRLS.PAS
  254. TListBox                  TCustomListBox            STDCTRLS.PAS
  255. TScrollBar                TWinControl               STDCTRLS.PAS
  256. TMemoStrings              TStrings                  STDCTRLS.PAS
  257. TComboBoxStrings          TStrings                  STDCTRLS.PAS
  258. TListBoxStrings           TStrings                  STDCTRLS.PAS
  259. TIToolServices            TInterface                TOOLINTF.PAS
  260. TIVCSClient               TInterface                VCSINTF.PAS
  261. TIStream                  TInterface                VIRTINTF.PAS
  262. Exception                 TObject                   SYSUTILS.PAS
  263. EAbort                    Exception                 SYSUTILS.PAS
  264. EOutOfMemory              Exception                 SYSUTILS.PAS
  265. EInOutError               Exception                 SYSUTILS.PAS
  266. EIntError                 Exception                 SYSUTILS.PAS
  267. EDivByZero                EIntError                 SYSUTILS.PAS
  268. ERangeError               EIntError                 SYSUTILS.PAS
  269. EIntOverflow              EIntError                 SYSUTILS.PAS
  270. EMathError                Exception                 SYSUTILS.PAS
  271. EInvalidOp                EMathError                SYSUTILS.PAS
  272. EZeroDivide               EMathError                SYSUTILS.PAS
  273. EOverflow                 EMathError                SYSUTILS.PAS
  274. EUnderflow                EMathError                SYSUTILS.PAS
  275. EInvalidPointer           Exception                 SYSUTILS.PAS
  276. EInvalidCast              Exception                 SYSUTILS.PAS
  277. EConvertError             Exception                 SYSUTILS.PAS
  278. EProcessorException       Exception                 SYSUTILS.PAS
  279. EFault                    EProcessorException       SYSUTILS.PAS
  280. EGPFault                  EFault                    SYSUTILS.PAS
  281. EStackFault               EFault                    SYSUTILS.PAS
  282. EPageFault                EFault                    SYSUTILS.PAS
  283. EInvalidOpCode            EFault                    SYSUTILS.PAS
  284. EBreakpoint               EProcessorException       SYSUTILS.PAS
  285. ESingleStep               EProcessorException       SYSUTILS.PAS
  286. TCalendar                 TCustomGrid               CALENDAR.PAS
  287. TColorGrid                TCustomControl            COLORGRD.PAS
  288. TDirectoryOutline         TCustomOutline            DIROUTLN.PAS
  289. TGauge                    TGraphicControl           GAUGES.PAS
  290. TBltBitmap                TBitmap                   GAUGES.PAS
  291. TSpinButton               TWinControl               SPIN.PAS
  292. TSpinEdit                 TCustomEdit               SPIN.PAS
  293. TTimerSpeedButton         TSpeedButton              SPIN.PAS
  294.