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. |
|
|