RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBOleControl Class

Supports simple data binding for ActiveX controls.

Pascal
TDBOleControl = class(TOleControl);
C++
class TDBOleControl : public TOleControl;

DBOleCtl

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. 

 

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