Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>class tmultiget</b> inherits from tcontrol http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TMultiGet  Inherits from TControl
--------------------------------------------------------------------------------
 DATA
--------------------------------------------------------------------------------
 lReadOny        If the text does not allows editing
 nPos            The cursor position inside the control

 METHODS
--------------------------------------------------------------------------------
 New             Constructor from source code
 ReDefine        Constructor for resources
 AdjClient       Adjust its dimensions to its container object
 Copy            Copy the selected text into the clipboard
 Create          Specific interface to WinApi CreateWindow
 cToChar         Generates a data template to build a Dialog
 Cut             Deletes the selected text and copies it into Clipboard
 Default         Default object initialization
 DelLine         Deletes the specified line number. Default current one
 Find            Standard search text DialogBox
 GetLine         Retrieves the specified line number. Default current one
 GetLineCount    Retrieves the number of text lines
 GetCol          Retrieves the current cursor col
 GetRow          Retrieves the current cursor row
 GotFocus        Action to perform when getting the focus
 Init            Generic initialization
 LostFocus       Action to perform when losing the focus
 MouseMove       Action to perform when moving the mouse over it
 Refresh         Updates the text shown and forces repainting
 Save            Save the text into the associated variable
 VScroll         Vertical scrollbar events dispatcher
 KeyChar         Process the keyboard input
 SetPos          Changes the cursor position
 Paint           Draws the text
 cText           Get / Set the text of de TMultiGet Object.
 GetSel          Retrieves the selection from the TMultiGet editing buffer.


See Also: GETs Commands FiveWin.ch TControl

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson