Documentation
Table of Contents
The objset is a full set implementation using binary trees to store set elements in sorted order (UNICODE order). New applications should use fastset instead, since it provides the same functionality only faster.
Objects of type objset have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| addelement | function | |
| count | integer | |
| deleteelement | function | |
| difference | function | |
| distinct | boolean | |
| elements | objsetelementref | |
| findelementbykey | function | |
| getcount | function | |
| getfirst | function | |
| intersect | function | |
| name | string | |
| totalcount | integer | |
| type | type | |
| unite | function |



