#include “BiAnno.h”
void SetChange( BOOL bBool = TRUE );
Description
Sets the ‘change bit’ for the annotation. This bit decides whether the annotation must be saved or not when the application calls the CheckSaved() function.
Parameters
|
BOOL |
bBool = TRUE |
To force the recalculation |
Return value
None
Programming Notes
None
Code Example
None