User contributions

From OpenEUO
For 46.127.27.108 (talk | block log | uploads | logs)
Jump to: navigation, search
Search for contributions
 
 
     
  

(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)

  • 00:37, 24 October 2010 (diff | hist) . . (+417). . N TWinControl.TabStop(Created page with " '''RW TabStop : b''' Determines if the user can tab to a control. Use the TabStop to allow or disallow access to the control using the Tab key. If TabStop is true, the contr...") (current)
  • 00:35, 24 October 2010 (diff | hist) . . (+589). . N TWinControl.TabOrder(Created page with " '''RW TabOrder : n''' Indicates the position of the control in its parent's tab order. TabOrder is the order in which child windows are visited when the user presses the Tab...") (current)
  • 00:34, 24 October 2010 (diff | hist) . . (+168). . N TWinControl.SetFocus(Created page with " '''ME SetFocus()''' Gives the input focus to the control. Use SetFocus to change input focus to the control. When a control has focus, it receives keyboard events.") (current)
  • 00:33, 24 October 2010 (diff | hist) . . (+512). . N TWinControl.OnExit(Created page with " '''EV OnExit''' Occurs when the input focus shifts away from one control to another. Use the OnExit event handler to provide special processing when the control ceases to be...") (current)
  • 00:32, 24 October 2010 (diff | hist) . . (+514). . N TWinControl.OnEnter(Created page with " '''EV OnEnter''' Occurs when a control receives the input focus. Use the OnEnter event handler to cause any special processing to occur when a control becomes active. The On...") (current)
  • 00:31, 24 October 2010 (diff | hist) . . (+103). . N TWinControl.Handle(Created page with " '''RO Handle : n''' Provides direct access to the underlying Windows screen object for the control.") (current)
  • 00:30, 24 October 2010 (diff | hist) . . (+259). . N TWinControl.Focused(Created page with " '''RO Focused : b''' Determines whether the control has input focus. Use Focused to see if the control is the active control. When Focused returns true, the control has the ...") (current)
  • 00:29, 24 October 2010 (diff | hist) . . (+404). . N TWinControl.CanFocus(Created page with " '''RO CanFocus : b''' Indicates whether a control can receive focus. Use CanFocus to find out if the control can receive input from the user. CanFocus returns true if both t...") (current)
  • 00:27, 24 October 2010 (diff | hist) . . (+575). . N TControl.ClientToScreen(Created page with " '''ME ClientToScreen(nX,nY)''' Translates a given point from client area coordinates to global screen coordinates. Use ClientToScreen to convert a point whose coordinates ar...") (current)
  • 00:26, 24 October 2010 (diff | hist) . . (+537). . N TControl.ScreenToClient(Created page with " '''ME ScreenToClient(nX,nY)''' Converts the screen coordinates of a specified point on the screen to client coordinates. Use ScreenToClient to convert a point in screen coor...") (current)
  • 00:18, 24 October 2010 (diff | hist) . . (+154). . N TControl.Width(Created page with " '''RW Width : n''' Specifies the horizontal size of the control or form in pixels. Use the Width property to read or change the width of the control.") (current)
  • 00:17, 24 October 2010 (diff | hist) . . (+344). . N TControl.Visible(Created page with " '''RW Visible : b''' Determines whether the component appears onscreen. Use the Visible property to control the visibility of the control. If Visible is true, the control ap...") (current)
  • 00:16, 24 October 2010 (diff | hist) . . (+593). . N TControl.Top(Created page with " '''RW Top : n''' Specifies the Y coordinate of the top left corner of a control, relative to its parent or containing control in pixels. Use Top to locate the top of the con...") (current)
  • 00:16, 24 October 2010 (diff | hist) . . (+309). . N TControl.ShowHint(Created page with " '''RW ShowHint : b''' Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control. The Help Hint is the value of the Hint pro...") (current)
  • 00:15, 24 October 2010 (diff | hist) . . (+234). . N TControl.Show(Created page with " '''ME Show()''' Makes a control visible. Use the Show method to make visible a control that was previously hidden. The Show method sets the control’s Visible property to t...") (current)
  • 00:12, 24 October 2010 (diff | hist) . . (+911). . N TControl.SendToBack(Created page with " '''ME SendToBack()''' Puts a windowed control behind all other windowed controls, or puts a non-windowed control behind all other non-windowed controls. Use SendToBack to ch...") (current)
  • 00:11, 24 October 2010 (diff | hist) . . (+218). . N TControl.PopupMenu(Created page with " '''RW PopupMenu : TPopupMenu''' Identifies the pop-up menu associated with the control. Assign a value to PopupMenu to make a pop-up menu appear when the user selects the co...") (current)
  • 00:11, 24 October 2010 (diff | hist) . . (+653). . N TControl.Parent(Created page with " '''RW Parent : TWinControl''' Indicates the parent of the control. Use the Parent property to get or set the parent of this control. The parent of a control is the control t...") (current)
  • 00:09, 24 October 2010 (diff | hist) . . (+124). . N TControl.OnDblClick(Created page with " '''EV OnDblClick''' Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.") (current)
  • 00:09, 24 October 2010 (diff | hist) . . (+495). . N TControl.OnClick(Created page with " '''EV OnClick''' Occurs when the user clicks the control. Use the OnClick event handler to respond when the user clicks the control. Usually OnClick occurs when the user pre...") (current)

(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)