![]() |
BTVisualFTP 3.0
|
Provides a customized Listview class. More...
Public Member Functions | |
| TFtpListView (TComponent AOwner) | |
| Constructor. | |
| ~TFtpListView () | |
| Destructor. | |
| TMenuItem | GetViewMenu (const TComponent AOwner) |
| Builds the 'View...' submenu. | |
| TMenuItem | GetOrderByMenu (const TComponent AOwner) |
| Builds the 'Order by...' submenu. | |
| MyOnChange (TObject Sender, ComCtrls::istItem Item, TItemChange Change) | |
| Update SelectionInfo. | |
| CollectSelection (string &Directories, string &Files, Cardinal &KiloBytes) | |
| Collect currently selected file and directory names. | |
| SetColumnProps (const Boolean Connected, TOptionsView OptionsView) | |
| Set column properties. | |
| FreeAndClear () | |
| Free items. | |
Public Attributes | |
| TSelectionInfo | SelectionInfo |
| Gives information about selected nodes. | |
| Integer | FileCount |
| Integer | FolderCount |
| Cardinal | UsedDiskSpace |
Provides a customized Listview class.
| TFtpListView::CollectSelection | ( | string & | Directories, |
| string & | Files, | ||
| Cardinal & | KiloBytes | ||
| ) |
Collect currently selected file and directory names.
The names are separated with CR/LF and do not include the full server path.
| Integer TFtpListView::FileCount |
| Integer TFtpListView::FolderCount |
Gives information about selected nodes.
| Cardinal TFtpListView::UsedDiskSpace |