RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl Class

TOleControl is the base class from which ActiveX controls are derived.

Pascal
TOleControl = class(TWinControl, IUnknown, IOleClientSite, IOleControlSite, IOleInPlaceSite, IOleInPlaceFrame, IDispatch, IPropertyNotifySink, ISimpleFrameSite, IServiceProvider);
C++
class TOleControl : public TWinControl, public IUnknown, public IOleClientSite, public IOleControlSite, public IOleInPlaceSite, public IOleInPlaceFrame, public IDispatch, public IPropertyNotifySink, public ISimpleFrameSite, public IServiceProvider;

OleCtrls

TOleControl is derived from TWinControl and handles the interactions with COM necessary for using ActiveX controls. Most application do not need to explicitly derive a component from this class. 

 

TOleContainer 

Code Generated When You Import Type Library Information 

Using Component Wrappers

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