Function Index | |
| int | sequenceSize (DATAOBJECT pdo) |
| Returns the number of items in a sequence. | |
| char | isText (DATAOBJECT pdo, int index) |
| Returns whether the item at the specified index in a sequence is a text item. | |
| char * | getText (DATAOBJECT pdo, int index) |
| Returns the item at the specified index as string. More... | |
| SDOPROPERTY | getSequenceProperty (DATAOBJECT pdo, int index) |
| Returns the item at the specified index as a SDOPROPERTY. | |
| DATAOBJECT | getDataObjectSequenceItemValue (DATAOBJECT pdo, int index) |
| Returns the item at the specified index as a DATAOBJECT. | |
| char * | getCStringSequenceItemValue (DATAOBJECT pdo, int index) |
| Returns the item at the specified index as string. | |
| char* getText | ( | DATAOBJECT | pdo, |
| int | index | ||
| ) |
Returns the item at the specified index as string.