Public Member Functions | |
AString | getValue (in long index) |
Return value of attribute. Return value of the attribue with given index. | |
AString | getName (in long index) |
Return name of attribute. Return name of the attribute with given index. | |
AString | get (in AString name) |
Return value of attribute. Return value of the attribue with given name. | |
Public Attributes | |
readonly attribute AString | type |
Action object type. | |
readonly attribute long | count |
Number of attributes. |
Action object have name and set ot attributes. These objects can be used for communication between components. It is also possible to send/receive such object over network. Object can be also stored in the file - extension .TAOBJ.
Example of Action object is Tahiti.SystemMessage - request to display message box.
AString get | ( | in AString | name | ) |
Return value of attribute. Return value of the attribue with given name.
name | Name of the attribute. |
AString getName | ( | in long | index | ) |
Return name of attribute. Return name of the attribute with given index.
index | Index of the attribute. |
AString getValue | ( | in long | index | ) |
Return value of attribute. Return value of the attribue with given index.
index | Index of the attribute. |
readonly attribute long count |
Number of attributes.
Number of attributes for this object.
readonly attribute AString type |
Action object type.
Object type is used as main object identification.