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 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 CLASS TVbControl FROM TControl
--------------------------------------------------------------------------------
 CLASSDATA aEventNames           // Just one array to all object instances
--------------------------------------------------------------------------------
 DATA
--------------------------------------------------------------------------------
 hCtl             The handle of the VBX control (internal API value)
 aEvents          An array with all the defined events and its
                  related actions.
 METHODS
--------------------------------------------------------------------------------
 New              Creates a new VBX control from source code
 ReDefine         Redefine a VBX to be used from resources
 Init             Generic initialization of a VBX
 GetPropName      Retrieves the name of a VBX property by its order
 aGetProps        Returns an array with all the properties names
 Default          Default values for the initialization of the VBX
 SetProp          Changes a VBX property by its order
 GetName          Retrieves the class name of the VBX control (API value)
 nGetProps        Retrieves the number of properties of the VBX
 nGetEvents       Retrieves the number of events of the VBX
 GetEvent         Retrieves the name of a VBX event by its name
 GetEnums         Retrieves an array with a VBX enum all possible values
 Get              Retrieves the value of a property by its name
 Set              Changes a VBX property the value of a property by its name
 GetProp          Retrieves the value of a property by its order
 GetPropType      Retrieves the type of a VBX property
 HandleEvent      VBX specifically HandleEvent (inherits from TControl)
 VbxEvent         Internal VBX events management function support
 MouseMove        Virtual MouseMove method (to request default behavior)
 VbxInherit       Internal automatic inherit process for 5W VBX system

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