Vcl.DBOleCtl.TDataBindItem.DispID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DispID: TDispID read FDispId write SetDispID;

C++

__property int DispID = {read=FDispId, write=SetDispID, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl TDataBindItem

Description

The identifier (DispID) of the data-aware control property to be bound.

Every data-aware property in an ActiveX control has a unique DispID. The collection of databindings is represented by the DataBindings property of TDBOleControl object.

See Also