TListView |
Field | Param(s) | Type |
CheckBoxes | - | Boolean |
ClientRect | - | RECT |
Color | - | Integer |
Cursor | - | HCURSOR |
Columns | - | Ptr |
ColumnCount | - | Integer |
Enabled | - | Boolean |
Font | - | TFont |
FullSelect | - | Boolean |
GridLines | - | Boolean |
Handle | - | HWND |
Height | - | Integer |
HotTrack | - | Boolean |
Items | - | Ptr |
ItemCount | - | Integer |
ItemIndex | - | Integer |
LargeImages | - | TImageList |
Left | - | Integer |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
SmallImages | - | TImageList |
StateImages | - | TImageList |
Style | - | TListViewStyle |
Top | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
| - | |
AddColumn | Self As TListView , byval fCaption As String | SUB |
AddItem | Self As TListView , byval fCaption As String , byval fImageIndex As Integer | SUB |
AddSubItem | Self As TListView , byval fIndex As Integer , byval fCaption As String | SUB |
BringToFront | Self As TListView | SUB |
Clear | Self As TListView | SUB |
Create | Self As TListView | FUNCTION |
DelColumn | Self As TListView , byval fIndex As Integer | SUB |
DelItem | Self As TListView , byval fIndex As Integer | SUB |
DelItems | Self As TListView | SUB |
Free | Self As TListView | SUB |
GetItemAt | Self As TListView , byval X As Integer , byval Y As Integer | FUNCTION |
SetFocus | Self As TListView | SUB |
| - | |
SetColumnWidth | Self As TListView , byval fIndex As Integer , byval fColumnWidth As Integer | SUB |
SetCheckBoxes | Self As TListView , byval fCheckBoxes As Boolean | SUB |
SetColor | Self As TListView , byval fColor As Integer | SUB |
SetCursor | Self As TListView , byval fCursor As HCURSOR | SUB |
SetEnabled | Self As TListView , byval fEnabled As Boolean | SUB |
SetFont | Self As TListView , Font As TFont | SUB |
SetFullSelect | Self As TListView , byval fFullSelect As Boolean | SUB |
SetGridLines | Self As TListView , byval fGridLines As Boolean | SUB |
SetHeight | Self As TListView , byval fHeight As Integer | SUB |
SetHotTrack | Self As TListView , byval fHotTrack As Boolean | SUB |
SetLeft | Self As TListView , byval fLeft As Integer | SUB |
SetParent | Self As TListView , byval fParent As HWND | SUB |
SetPopupMenu | Self As TListView , PopupMenu As TPopupMenu | SUB |
SetStyle | Self As TListView , byval fStyle As TListViewStyle | SUB |
SetTop | Self As TListView , byval fTop As Integer | SUB |
SetVisible | Self As TListView , byval fVisible As Boolean | SUB |
SetWidth | Self As TListView , byval fWidth As Integer | SUB |
| - | |
OnClick | Self As TListView | SUB |
OnSelectItem | Self As TListView , byval ItemIndex As Integer | SUB |
| |