IClientManagerListener ¶ ClientCreated (Method) ClientDestroyed (Method)
VisuFbElemTextEditor.ClientCreated (METH) ¶ METHOD ClientCreated Notification, that a client has been created InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, that has been created
VisuFbElemTextEditor.ClientDestroyed (METH) ¶ METHOD ClientDestroyed Notification, that a client has been destroyed InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, that has been destroyed
IFileTraverseConsumer ¶ HandleOpenFailed (Method) SetErrorCode (Method)
VisuFbElemTextEditor.HandleOpenFailed (METH) ¶ METHOD HandleOpenFailed This method does the necessary steps if opening the text file failed. InOut: Scope Name Type Comment Input errorCode USINT The error code, that occurred
VisuFbElemTextEditor.SetErrorCode (METH) ¶ METHOD SetErrorCode This method sets the error code. InOut: Scope Name Type Input usiError USINT
ILayeredVisualElement ¶ SetLayerManager (Method)
VisuFbElemTextEditor.prvGetTextContainingArea (METH) ¶ METHOD prvGetTextContainingArea : VisuStructPaintRectangle / scrollbars (if visible). In detail: the vertical range of this area will be computed by the number of visible lines and the line height, because below the last line there might be some vertical space, that will be not used. InOut: Scope Name Type Comment Return prvGetTextContainingArea VisuStructPaintRectangle Output iLowermostYPos INT Returns the lowermost y position within the texteditor, where text can be displayed
VisuFbElemTextEditor.prvIsMouseWithinTextContainingArea (METH) ¶ METHOD prvIsMouseWithinTextContainingArea : BOOL This method checks, whether the current mouse event has occurred within the region of the text editor, where the text to edit is displayed. InOut: Scope Name Type Comment Return prvIsMouseWithinTextContainingArea BOOL Input pEvent POINTER TO VisuStructEvent Point to the event, that is is currently processed
VisuFbElemTextEditor.prvModifySelectionCurrentWord (METH) ¶ METHOD prvModifySelectionCurrentWord Takes the current position stored in the mouse event and calculates the new selection according to the position by selecting the word under the mouse cursor.