The collection of components and component folders.
DuplicateComponent | Duplicates and adds the component, with the supplied name or index, to the collection and then returns the duplicated component. |
GetFolder | Returns the specified folder. |
GetItemByIndex | Retrieves component info from the collection by index. |
GetItemByName | Retrieves component info from the collection by name. |
LoadComponent | Loads a component from a specified file (full path) into the current folder and then returns the loaded component. |
Remove | Removes the named component from the collection. |
AvailableFolders | Returns an array of Folder names. |
Count | Get the number of components available. |
FolderCount | Get the number of folders available. |
FolderName | Get the current folder's name. |
Item | Allows the user to iterate through the components. |