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 | |
The Count property returns the number of parameters in the collection. | ||
The Item property returns information about the specified parameter. |
Method name | Brief description | |
The Add method adds the specified parameter to the collection. | ||
The Clear method cleans the parameters collection. | ||
The FindById method finds by identifier and returns parameter data if being successfully found. | ||
The FindByKey method finds by key and returns parameter data if being successfully found. | ||
The Remove method removes the specified parameter from the collection. | ||
The RemoveAt method removes the parameter from the collection by its index. |
See also: