LTComponent |
The LTComponentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Not supoorted, yet. | |
| Clear | Not supoorted, yet. | |
| Contains | Returns true if the specified LTComponent is contained in the collection. | |
| CopyTo | Copies the LTComponentCollection from a specified position to a specified array. | |
| FindByCaption | Find a Component by its Caption (recursive) | |
| FindByCaptionLocal | Find a Component by its Caption (non recursive) | |
| FindByName | Find a LTComponent by its Name (recursive) | |
| FindByType | Find a LTComponent by it's Type (recursive) | |
| FindByTypeLocal | Find a LTComponent by it's Type (non recursive) | |
| GetEnumerator | Enumerates through the list of LTComponents. | |
| IndexOf | The index of the item in the collection | |
| Insert | Not supported, yet. | |
| Remove | Not supported, yet. | |
| RemoveAt | Not supported, yet. |