home *** CD-ROM | disk | FTP | other *** search
File List | 1991-09-02 | 1.3 KB | 53 lines |
- *******************************
- * HOB 02/09/91 12:30:55 *
- *******************************
-
- Hierarquia dos objetos
- ----------------------
-
- TObject
- ├─────TStream
- │ ├─────TDosStream
- │ │ └─────TBufStream
- │ └─────TEmsStream
- ├─────TCollection
- │ └─────TSortedCollection
- │ └─────TStringCollection
- │ └─────TResourceCollection
- ├─────TResourceFile
- ├─────TStringList
- ├─────TStrListMaker
- └─────TView
- ├─────TInputLine
- ├─────TButton
- ├─────TCluster
- │ ├─────TRadioButtons
- │ └─────TCheckBoxes
- ├─────TStaticText
- │ ├─────TParamText
- │ └─────TLabel
- ├─────THistory
- ├─────TMenuView
- │ ├─────TMenuBar
- │ └─────TMenuBox
- ├─────TStatusLine
- ├─────TFrame
- ├─────TScrollBar
- ├─────TScroller
- │ └─────TTextDevice
- │ └─────TTerminal
- ├─────TListViewer
- │ ├─────TListBox
- │ └─────THistoryViewer
- ├─────TGroup
- │ ├─────TWindow
- │ │ ├─────TDialog
- │ │ └─────THistoryWindow
- │ ├─────TDeskTop
- │ └─────TProgram
- │ └─────TApplication
- └─────TBackground
- TPoint
- TRect
-