EccoFolder Properties

Count

 

Read-only integer.  Returns the number of items in the Ecco folder.

 

DataType

 

Read-only EccoFolder type. Returns the type of the Ecco folder, as one of the following:

        fldCheck (=1) – a check (boolean) folder

        fldDate (=2) – a date folder

        fldNumber (=3) – a number folder.

        fldText (=4) – a text folder.
        fldPopup (=5) – a  popup folder.

 

FindItems (FindText, [StartsWith])

 

Read-only EccoItems.  Returns all Ecco items in the folder containing the specified text as part of the item text.  If StartsWith=True, items are returned only if the item text starts with FindText.

 

FindValues (Folder, FindText)

 

Read-only EccoItems.  Returns all Ecco items in the folder which contain FindText in the value for the specified folder.  Note the following:

ID

 

Read-write integer.  Returns the unique ID number associated with an Ecco folder.  Changing the value of this property causes the EccoFolder object to refer to a different Ecco folder.

 

Items

 

Read-only EccoItems collection of all items in the specified folder. By default, this collection will be sorted alphabetically by the item text.  However, you can use the SortValues method to have the collection sorted by the value in the folder.

 

Name

 

Read-write text.  Note that changing the value of this property does NOT cause the folder to be renamed, but causes the EccoFolder object to refer to a different Ecco folder.