API:Vcl.DBOleCtl.TDBOleControl

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.OleCtrls.TOleControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDBOleControl

Delphi

TDBOleControl = class(TOleControl)

C++

class PASCALIMPLEMENTATION TDBOleControl : public Vcl::Olectrls::TOleControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl Vcl.DBOleCtl

Description

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

Vcl.DBOleCtl.TDBOleControl inherits from Vcl.OleCtrls.TOleControl. All content below this line refers to Vcl.OleCtrls.TOleControl.

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

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.

See Also