TTreeView |
Field | Param(s) | Type |
ClientRect | - | RECT |
Color | - | Integer |
Cursor | - | HCURSOR |
Enabled | - | Boolean |
Font | - | TFont |
Handle | - | HWND |
Height | - | Integer |
Images | - | TImageList |
Items | - | Ptr |
ItemCount | - | Integer |
Left | - | Integer |
Top | - | Integer |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
PrevItem | - | HTREEITEM |
StateImages | - | TImageList |
Visible | - | Boolean |
Width | - | Integer |
| - | |
AddItem | Self As TTreeView , byval fCaption As String | SUB |
AddSubItem | Self As TTreeView , byval fIndex As Integer , byval fCaption As String | SUB |
BringToFront | Self As TTreeView | SUB |
Collapse | Self As TTreeView , byval fIndex As Integer | SUB |
Clear | Self As TTreeView | SUB |
Create | Self As TTreeView | FUNCTION |
DelItem | Self As TTreeView , byval fIndex As Integer | SUB |
Expand | Self As TTreeView , byval fIndex As Integer | SUB |
FullCollapse | Self As TTreeView | SUB |
FullExpand | Self As TTreeView | SUB |
Free | Self As TTreeView | SUB |
SetFocus | Self As TTreeView | SUB |
| - | |
SetColor | Self As TTreeView , byval fColor As Integer | SUB |
SetCursor | Self As TTreeView , byval fCursor As HCURSOR | SUB |
SetLeft | Self As TTreeView , byval fLeft As Integer | SUB |
SetTop | Self As TTreeView , byval fTop As Integer | SUB |
SetWidth | Self As TTreeView , byval fWidth As Integer | SUB |
SetHeight | Self As TTreeView , byval fHeight As Integer | SUB |
SetParent | Self As TTreeView , byval fParent As HWND | SUB |
SetEnabled | Self As TTreeView , byval fEnabled As Boolean | SUB |
SetVisible | Self As TTreeView , byval fVisible As Boolean | SUB |
SetFont | Self As TTreeView , Font As TFont | SUB |
SetPopupMenu | Self As TTreeView , PopupMenu As TPopupMenu | SUB |
| - | |
OnClick | Self As TTreeView | SUB |
| |