| **Navigation:**  [[introduction.htm|Language Reference]] > App A - DDE, OLE, and OCX > OCX Library Procedures >====== OCXREGISTERPROPEDIT (install property edit callback) ====== | [[ocx library procedures.htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ocxregisterpropchange install property change callback .htm|{{btn_next_n.gif|Next page}}]] | | || **OCXREGISTERPROPEDIT(** //control// , //procedure// **)** {{blk2blue.jpg|blk2blue.jpg}} | **OCXREGISTERPROPEDIT** | Installs a property edit callback function. | | //Control// | An integer expression containing the field number or field equate label of the OLE control to affect. | | //Procedure// | The label of the property edit callback function for the //control//. | **OCXREGISTERPROPEDIT** installs a property edit callback //procedure// for the //control.// The callback function //procedure// controls property edits to the //control// by allowing or disallowing them. **Example:** **OCXREGISTERPROPEDIT(?OleControl,CallbackFunc)** **See Also:** [[callback functions.htm|Callback Functions]]