Dialog Data Exchange Functions for OLE Controls

This topic lists the DDX_OC functions used to exchange data between a property of an OLE control in a dialog box, form view, or control view object and a data member of the dialog box, form view, or control view object.

DDX_OC Functions

DDX_OCBool Manages the transfer of BOOL data between a property of an OLE control and a BOOL data member.
DDX_OCBoolRO Manages the transfer of BOOL data between a read-only property of an OLE control and a BOOL data member.
DDX_OCColor Manages the transfer of OLE_COLOR data between a property of an OLE control and an OLE_COLOR data member.
DDX_OCColorRO Manages the transfer of OLE_COLOR data between a read-only property of an OLE control and an OLE_COLOR data member.
DDX_OCFloat Manages the transfer of float (or double) data between a property of an OLE control and a float (or double) data member.
DDX_OCFloatRO Manages the transfer of float (or double) data between a read-only property of an OLE control and a float (or double) data member.
DDX_OCInt Manages the transfer of int (or long) data between a property of an OLE control and an int (or long) data member.
DDX_OCIntRO Manages the transfer of int (or long) data between a read-only property of an OLE control and an int (or long) data member.
DDX_OCShort Manages the transfer of short data between a property of an OLE control and a short data member.
DDX_OCShortRO Manages the transfer of short data between a read-only property of an OLE control and a short data member.
DDX_OCText Manages the transfer of CString data between a property of an OLE control and a CString data member.
DDX_OCTextRO Manages the transfer of CString data between a read-only property of an OLE control and a CString data member.