RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActiveXControlFactory.WinControlClass Property

WinControlClass is the class of the VCL control that implements the Windows behavior for the ActiveX control.

Pascal
property WinControlClass: TWinControlClass;
C++
__property TWinControlClass WinControlClass;

The factory object keeps a reference to the VCL control's class information so that it can ask the class object to manufacture a VCL control when the ActiveX control is created. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!