Assembly: ExtCtrls;
The IMetaAttributeParamItems interface contains properties and methods that are used to operate with the collection of attribute parameters.
IMetaAttributeParamItems
Parameters added to this collection can be set as attribute value.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of parameters in the collection. |
![]() |
Item | The Item property returns information about the specified parameter. |
| Method name | Brief description | |
![]() |
Add | The Add method adds the specified parameter to the collection. |
![]() |
Clear | The Clear method cleans the parameters collection. |
![]() |
FindById | The FindById method finds by identifier and returns parameter data if being successfully found. |
![]() |
FindByKey | The FindByKey method finds by key and returns parameter data if being successfully found. |
![]() |
Remove | The Remove method removes the specified parameter from the collection. |
![]() |
RemoveAt | The RemoveAt method removes the parameter from the collection by its index. |
See also: