Class - FtpTreeItems

This section lists all properties and methods associated with FtpTreeItems.

Data Types

The following are the data types used by FtpTree ActiveX Control:

  • BSTR
    • Basic String used by OLE to transfer strings of text.
  • BOOL
    • Boolean value, can be True or False.
  • I4
    • 4 byte signed integer.
  • DISPATCH
    • an object pointer, for FtpTree, usually it refers to a TreeItem.
  • VARIANT
    • an object whose value varies. For FtpTree it's usually a SAFEARRAY, or simply put, an array of items.
Properties
No properties for FtpTreeItems

Methods
long Count() The number of items in the collection
FtpTreeItem* Item(long Index) The FtpTreeItem found at the Index.