The following methods are available on edkcomponent
objects.
You can obtain an edkcomponent
object using the getComponent method of an edkmatch object.
Method | Description |
---|---|
getName | Returns the name of a component. |
getText | Returns the text that is matched by a component. |
setName | Edits the name of a component. |
setText | Edits the text that is matched by a component. |
|