query_tshape🔗
Short description🔗
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( window WindowHandle, out string 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🔗
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).
Combinations with other operators🔗
Combinations
Possible predecessors
Possible successors
set_tshape, write_string, read_string
See also
set_tshape, get_shape, set_tposition, write_string, read_string
Module🔗
Foundation