API:Vcl.AxCtrls
Contents
Classes
| IAmbientDispatch | |
| IFontAccess | |
| IPictureAccess | |
| TActiveForm | TActiveForm is the base class for a VCL Form exposed as an ActiveX control. TActiveForm represents a form that is created by a class factory (in Delphi) or using the Active Template Library (C++) and used as an ActiveX control in ActiveX host applications. |
| TActiveFormClass | |
| TActiveFormControl | A COM object which provides the interfaces necessary to support an ActiveX control. |
| TActiveFormFactory | The ActiveFormFactory object is the class factory for TActiveForm. |
| TActiveXControl | TActiveXControl is an abstract class that provides the functionality to embed a VCL control into an ActiveX Container window. |
| TActiveXControlClass | |
| TActiveXControlFactory | TActiveXControlFactory is the factory class for ActiveX control objects. |
| TActiveXPropertyPage | TActiveXPropertyPage represents a COM object that provides the interfaces for supporting an ActiveX property page. |
| TActiveXPropertyPageFactory | TActiveXPropertyPageFactory implements a COM factory for an ActiveX property page. |
| TAdapterNotifier | TAdapterNotifier provides the binding between a VCL type object and comparable OLE type object. |
| TConnectionPoint | TConnectionPoint implements the IConnectionPoint interface for a single outgoing interface. |
| TConnectionPoints | TConnectionPoints implements the IConnectionPointContainer interface for a COM object that generates events on clients. |
| TCustomAdapter | TCustomAdapter is a base class for objects that bind VCL objects to COM interfaces. |
| TFontAdapter | TFontAdapter is a helper class used to connect a TFont object to an OLE font object. |
| TOleGraphic | TOleGraphic is a wrapper for an OLE graphical interface. |
| TOleStream | TOleStream reads and writes information over a streaming interface that is provided by an OLE object. |
| TPictureAdapter | TPictureAdapter connects a native TPicture object to an OLE picture object. |
| TPropertyPage | TPropertyPage is the base class for controls that represent an ActiveX control's property page. |
| TPropertyPageClass | |
| TPropertyPageImpl | TPropertyPageImpl implements the IPropertyPage interface to provide the interfaces needed to support an ActiveX property page. |
| TReflectorWindow | TReflectorWindow ensures that ActiveX controls respond properly to Windows messages. |
| TStringsAdapter | TStringsAdapter is a helper class used to allow a TStrings object to implement an IStrings interface for use with OLE. |
Routines
| EnumDispatchProperties | Fills a TStringList will all the property names and DispIDs in a specified IDispatch interface. |
| GetOleFont | Creates an OLE font object that is directly mapped to a native TFont. |
| GetOlePicture | Creates an OLE picture object that is directly mapped to a native TPicture. |
| GetOleStrings | Implements a TStrings object as an IStrings interface for use by OLE objects. |
| ParkingWindow | Provides a temporary parent window for ActiveX controls when the container is not ready to act as a parent. |
| SetOleFont | Connects an OLE font object to a TFont object and copies the properties of the OLE font object to the TFont. |
| SetOlePicture | Connects an OLE picture object to a TPicture object, and copies the properties of the OLE picture object to the TPicture. |
| SetOleStrings | Uses an IStrings interface to assign the contents of a TStrings object. |
Types
| TConnectionKind | Vcl.AxCtrls.TConnectionKind is an alias for System.Win.ComObj.TConnectionKind. |
| TDefinePropertyPage |
Variables
| Class_DColorPropPage | |
| Class_DFontPropPage | |
| Class_DPicturePropPage | |
| Class_DStringPropPage |