VisuFbElemTextEditor.GetCompleteSurroundingRect (METH) ¶ METHOD GetCompleteSurroundingRect : VisuStructSimpleRectangle InOut: Scope Name Type Return GetCompleteSurroundingRect VisuStructSimpleRectangle
IVisualElementProvidesSubElements ¶ GetSubElements (Method)
VisuFbElemTextEditor.GetSubElements (METH) ¶ METHOD GetSubElements : POINTER TO ARRAY [0..10] OF IVisualElement Returns a pointer to an array of subelements. The number of entries is returned by the output count. If count is 0, then a return value of NULL is allowed. InOut: Scope Name Type Return GetSubElements POINTER TO ARRAY [0..10] OF IVisualElement Output count INT
Private ¶ GetUpdateRects prvAfterHandleInput (Method) prvAfterUpdate (Method) HandleInput prvCheckResultingLineLengthsBeforePaste (Method) prvGetTextContainingArea (Method) prvIsMouseWithinTextContainingArea (Method) prvModifySelectionCurrentWord (Method) prvModifySelectionWithMouse (Method) prvModifySelectionWithMouse1 (Method) prvPasteIntoText (Method) Update prvRetrieveScrollbarValues (Method) prvSelectElementAndCaptureInputs (Method)
GetUpdateRects ¶ prvAfterHandleInput (Method) prvAfterUpdate (Method)
VisuFbElemTextEditor.prvAfterHandleInput (METH) ¶ METHOD prvAfterHandleInput : BOOL InOut: Scope Name Type Return prvAfterHandleInput BOOL
VisuFbElemTextEditor.prvAfterUpdate (METH) ¶ METHOD prvAfterUpdate : BOOL InOut: Scope Name Type Return prvAfterUpdate BOOL
HandleInput ¶ prvCheckResultingLineLengthsBeforePaste (Method) prvGetTextContainingArea (Method) prvIsMouseWithinTextContainingArea (Method) prvModifySelectionCurrentWord (Method) prvModifySelectionWithMouse (Method) prvModifySelectionWithMouse1 (Method) prvPasteIntoText (Method)
VisuFbElemTextEditor.prvCheckResultingLineLengthsBeforePaste (METH) ¶ METHOD prvCheckResultingLineLengthsBeforePaste : BOOL This method checks the text we got from the clipboard, if the text can be pasted into the current selection resp. at the current caret position without producing too long lines. The return value is TRUE if the check found no errors. InOut: Scope Name Type Comment Return prvCheckResultingLineLengthsBeforePaste BOOL Input cbpTextBuffer Stu.CharBufferPtr Represents the buffer, that contains the (perhaps converted) string to paste udiStringLength UDINT The length of the string Output iCountLineBreaks INT Returns the number of linebreaks within the text to paste.
VisuFbMoveRelativeTapAware.prvIsChangedToPreviousCall (METH) ¶ METHOD prvIsChangedToPreviousCall : BOOL InOut: Scope Name Type Return prvIsChangedToPreviousCall BOOL