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

Supports simple data binding for ActiveX controls.

Use TBDOleControl to import ActiveX controls that contain simple bindable properties. With simple data binding, you can hook up properties of ActiveX controls to a data source.

Applications typically do not use TDBOleControl; it is available through the ActiveX control wizard and the ActiveForm wizard. Once you create an ActiveX control using either wizard, a type library is created. Edit the type library binding properties to add simple data binding to your applications.