| 
             The WinControl class is derived from the 
            Control class. 
			
				access function : GetWinControl(name) 
			 
            
              
              
                | Attribute | 
                Access | 
                Type | 
                Description |  
              
                | handle | 
                R | 
                int | 
                the window handle (HWND) of the control | 
				 
              
                | doubleBuffered | 
                R/W | 
                bool | 
                
				Determines whether the control's image is rendered directly to 
				the window or painted to an in-memory bitmap first. Might in 
				some cases reduce window flickering by setting to True but 
				increasess the memory consumption. | 
				 
               
            Hint: the handle property may be used when populating controls 
            from .Net.  |