ClassesClassesClassesClasses | | | | Operators

query_tshapeT_query_tshapeQueryTshapequery_tshapeQueryTshapeQueryTshape (Operator)

Name

query_tshapeT_query_tshapeQueryTshapequery_tshapeQueryTshapeQueryTshape — Query all shapes available for text cursors.

Signature

query_tshape( : : WindowHandle : TextCursor)

Herror T_query_tshape(const Htuple WindowHandle, Htuple* TextCursor)

Herror query_tshape(const HTuple& WindowHandle, HTuple* TextCursor)

HTuple HWindow::QueryTshape() const

void QueryTshape(const HTuple& WindowHandle, HTuple* TextCursor)

HTuple HWindow::QueryTshape() const

void HOperatorSetX.QueryTshape(
[in] VARIANT WindowHandle, [out] VARIANT* TextCursor)

VARIANT HWindowX.QueryTshape()

static void HOperatorSet.QueryTshape(HTuple windowHandle, out HTuple textCursor)

HTuple HWindow.QueryTshape()

Description

query_tshapequery_tshapeQueryTshapequery_tshapeQueryTshapeQueryTshape queries the available shapes of text cursors for the output window. The retrieved shapes can be used by the operator set_tshapeset_tshapeSetTshapeset_tshapeSetTshapeSetTshape.

Parallelization

Parameters

WindowHandleWindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHTupleHWindowX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Window identifier.

TextCursorTextCursorTextCursorTextCursorTextCursortextCursor (output_control)  string-array HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Names of the available text cursors.

Result

query_tshapequery_tshapeQueryTshapequery_tshapeQueryTshapeQueryTshape returns 2 (H_MSG_TRUE).

Possible Predecessors

open_windowopen_windowOpenWindowopen_windowOpenWindowOpenWindow, open_textwindowopen_textwindowOpenTextwindowopen_textwindowOpenTextwindowOpenTextwindow

Possible Successors

set_tshapeset_tshapeSetTshapeset_tshapeSetTshapeSetTshape, write_stringwrite_stringWriteStringwrite_stringWriteStringWriteString, read_stringread_stringReadStringread_stringReadStringReadString

See also

set_tshapeset_tshapeSetTshapeset_tshapeSetTshapeSetTshape, get_shapeget_shapeGetShapeget_shapeGetShapeGetShape, set_tpositionset_tpositionSetTpositionset_tpositionSetTpositionSetTposition, write_stringwrite_stringWriteStringwrite_stringWriteStringWriteString, read_stringread_stringReadStringread_stringReadStringReadString

Module

Foundation


ClassesClassesClassesClasses | | | | Operators