Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
X
X
expr sysinfo(option) int option
Option | Returns | Value |
sysinfo_bits | Integer | The CPU word's bitsize. |
sysinfo_dyncurs | List | Returns a three column list of the current cached dynamic cursors: Logical cursor #, Select statement length, Select statement text. The maximum number of cached dynamic cursors is controlled by the dynamic_cursors setting in dv.ini/trim.ini. |
sysinfo_heapsize | Integer | The minimum heap size for the application. This is the value of heap_block_size in dv.ini/trim.ini. |
sysinfo_memory | Integer | The total amount of memory allocated by the application. |