Click or drag to resize

LTComponentCollection Methods

The LTComponentCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Not supoorted, yet.
Public methodClear Not supoorted, yet.
Public methodContains Returns true if the specified LTComponent is contained in the collection.
Public methodCopyTo Copies the LTComponentCollection from a specified position to a specified array.
Public methodFindByCaption Find a Component by its Caption (recursive)
Public methodFindByCaptionLocal Find a Component by its Caption (non recursive)
Public methodFindByName Find a LTComponent by its Name (recursive)
Public methodFindByType Find a LTComponent by it's Type (recursive)
Public methodFindByTypeLocal Find a LTComponent by it's Type (non recursive)
Public methodGetEnumerator Enumerates through the list of LTComponents.
Public methodIndexOf The index of the item in the collection
Public methodInsert Not supported, yet.
Public methodRemove Not supported, yet.
Public methodRemoveAt Not supported, yet.
Top
See Also