OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
TVbxControl class

TVbxControl provides the actual interface to the control by letting you:

  • Construct a VBX control object
  • Get and change control properties
  • Find the number of control properties and convert property names to and from property indexes
  • Find the number of control events and convert event names to and from event indexes
  • Call the Visual Basic 3.0 standard control methods AddItem, Move, Refresh, and RemoveItem
  • Get the handle to the control element using the TVbxControl member function TVbxControl::GetHCTL

TVbxControl is derived from the class TControl, which is derived from TWindow. Thus, TVbxControl acts much the same as any other interface element based on TWindow.

See Also