| **Navigation:**  [[introduction.htm|Language Reference]] > App A - DDE, OLE, and OCX > OCX Library Procedures >====== OCXREGISTERPROPCHANGE (install property change callback) ====== | [[ocxregisterpropedit install property edit callback .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ocxregistereventproc install event processing callback .htm|{{btn_next_n.gif|Next page}}]] | | || **OCXREGISTERPROPCHANGE(** //control// , //procedure// **)** {{blk2blue.jpg|blk2blue.jpg}} | **OCXREGISTERPROPCHANGE** | Installs a property change callback procedure. | | //control// | An integer expression containing the field number or field equate label of the OLE control to affect. | | //procedure// | The label of the property change callback procedure for the //control//. | **OCXREGISTERPROPCHANGE** installs a property change callback //procedure// for the //control.// The callback //procedure// is called when a property of the //control// has been changed. **Example:** **OCXREGISTERPROPCHANGE(?OleControl,CallbackProc)** **See Also:** [[callback functions.htm|Callback Functions]]