2.2.4.38.56 Project::RegisterUpdates
Contents
Description
Turns on or off the registration of updates made to the document
Syntax
BOOL RegisterUpdates( BOOL bRegister = FALSE )
Parameters
- bRegister
- [input]if true will turn on updates registration else will turn off
Return
True if was previously turned on else false
Examples
EX1
void Project_RegisterUpdates_ex1() { if(Project.RegisterUpdates(true)) { out_str("Register update have been turn on."); if(Project.RegisterUpdates(false)) out_str("Register update have been turn off."); } }
Remark
See Also
Header to Include
origin.h