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 tcomponent from tcontrol </b> visual management of non-visual objects http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TComponent FROM TControl   Visual management of Non-Visual objects
--------------------------------------------------------------------------------

 DATA
--------------------------------------------------------------------------------
 oObject         Contained non-visual Object
 aProperties     Array of editable Properties.
 aEvents         Array of editable events.
 hBmp            handle of a related bitmap to represent the non-visual object.
 bInspect        CodeBlock to inspect the contained non-visual object.

 METHODS
--------------------------------------------------------------------------------
 New             Constructor from source code
 Destroy         Destroy the object.
 Display         Displays the control. Use :Refresh() to force repaint
 LDblClick       Action to be performed on left double click. Invokes bInspect
 Paint           Draws the control. This process occurs inside Display.


See Also: FiveWin.ch

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