RAD Studio VCL Reference
|
Supports simple data binding for ActiveX controls.
TDBOleControl = class(TOleControl);
class TDBOleControl : public TOleControl;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|