Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.ExtCtrls;.
The IMetaAttributeParamItems interface contains properties and methods used to operate with the collection of attribute parameters.
IMetaAttributeParamItems
Parameters added to the collection are available for installation as attribute value.
Property name | Brief description | |
The Count property returns the number of parameters in the collection. | ||
The Item property returns information on the selected parameter. |
Method name | Brief description | |
The Add method adds selected parameter to the collection. | ||
The Clear method cleans parameter 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 selected parameter from the collection. | ||
The RemoveAt method removes the parameter from the collection by its index. |
See also: