Visual Studio 2010 - Visual C++
COleControlSite::BindProperty
Binds the calling object's simple bound property, as marked in the type library, to the underlying cursor that is defined by the DataSource, UserName, Password, and SQL properties of the data-source control.
virtual void BindProperty( DISPID dwDispId, CWnd* pWndDSC );
Parameters
Remarks
The CWnd object on which you call this function must be a data-bound control.
Requirements
Header: afxocc.h
See Also