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 tget</b> inherits from tcontrol http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TGet      Inherits from TControl
--------------------------------------------------------------------------------

 DATAs
--------------------------------------------------------------------------------
 oGet            Standard MsDos Get related object to use its buffer contents
 nClrFocusText   Color for the get text when receiving focus
 nClrFocusPane   Color for the get back when receiving focus
 nPos            Position of the cursor (caret)

 METHODs
--------------------------------------------------------------------------------
 New             Constructor from source code
 ReDefine        Constructor for resources
 Assign          Assigns the buffer value to the GET related variable
 cGenPrg         Generates the xBase source code of this control
 Copy            Copy the contents of the buffer in the Clipboard
 Create          Creates a GET control. Internally used
 cText           Get/Set the text of the TGet Object.
 cToChar         Generates a data template to build a Dialog
 Cut             Cut selected text and copies it at the clipboard.
 Default         Default control initialization
 DispText        Displays the buffer contents
 EditUpdate      Updates the variable and the display
 GetDelSel       Returns the text selected and deleted
 GetSel          Retrieves the selected text from the TGet editing buffer.
 GetSelPos       Returns the selected text positions
 GotFocus        Action to be performed when receiving the focus
 HandleEvent     Generic events handler
 Init            Generic control initialization
 KeyChar         Action to be performed when pressing a key
 KeyDown         Action to be performed when pressing a control key.
 KeyUp           Action to be performed when releasing a keystroke.
 LButtonDown     Action to be performed when clicking the mouse.
 LButtonUp       Action to be performed when releasing the mouse
 LostFocus       Action to be performed when losing the focus
 lValid          Validates the get
 MouseMove       Action to be performed when moving the mouse over
 Move            Action to be performed when moving the mouse over the control
 Paste           Paste the Clipboard contents into the editing buffer
 RButtonDown     Action to be performed when clicking the right button of mouse.
 Refresh         Repaints the control
 Save            Updates the variable value from the buffer
 SelectAll       Selects all the text.
 SetPos          Changes the cursor (caret) position.
 SetSel          Set a certain text as selected.
 UnDo            Undoes the last modification.


See Also: FiveWin.ch TControl

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