TcxComponentCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Count | Gets the number of elements in the collection. |
Items | Provides indexed access to the collection elements. |
Parent |
#Methods
Name | Description |
---|---|
Add | |
Add |
Creates a new Tcx |
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Begin |
Acquires a lock on the collection. |
Clear |
Deletes all the Tcx |
Custom |
|
Delete |
Removes the specified Tcx |
End |
Releases a lock and updates the collection. |
Equals |
Inherited from TObject. |
Find |
Returns a reference to a collection element, by its unique identifier. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Index |
Returns the zero-based index of a specified item within the collection. |
Insert |
Creates a new Tcx |
Remove |
Removes a specified item from the collection. |
To |
Inherited from TObject. |
Update |
Updates a collection to reflect any changes made. |
See Also