forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTACustomMessage50
chuacw edited this page Feb 7, 2023
·
1 revision
Allows a developer to get the child messages and its count.
Up to Parent: IOTACustomMessage
| Method | Description |
|---|---|
| GetChild | Returns the child message referred to by the Index parameter. |
| GetChildCount | Returns the number of child messages the current message has. |
| Property | Description |
|---|---|
| Child | Calls GetChild. |
| ChildCount | Calls GetChildCount. |