Operator Reference
query_tshape (Operator)
query_tshape
— Query all shapes available for text cursors.
Warning
query_tshape
is obsolete and is only provided for
reasons of backward compatibility.
Signature
query_tshape( : : WindowHandle : TextCursor)
Description
query_tshape
queries the available shapes of text
cursors for the output window. The retrieved shapes can be
used by the operator set_tshape
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
WindowHandle
(input_control) window →
(handle)
Window handle.
TextCursor
(output_control) string-array →
(string)
Names of the available text cursors.
Result
query_tshape
returns 2 (
H_MSG_TRUE)
.
Possible Predecessors
Possible Successors
set_tshape
,
write_string
,
read_string
See also
set_tshape
,
get_shape
,
set_tposition
,
write_string
,
read_string
Module
Foundation