ExtCtrls > ExtCtrls Assembly Interfaces > IMetaAttributeSettings
The IMetaAttributeSettings interface contains properties and methods that are used to work with the collection of attribute parameters.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of elements in the collection. |
![]() |
Item | The Item property returns attribute parameters from the collection by index. |
Method name | Brief description | |
![]() |
FindByAttribute | The FindByAttribute method searches parameters for the specified attribute. |
![]() |
FindById | The FindById method searches attribute parameters by identifier. |
![]() |
FindByKey | The FindByKey method searches attribute parameters by key. |
![]() |
IndexOf | The IndexOf method returns element index in the collection. |
![]() |
Move | The Move method moves collection elements. |
See also: