Gets or sets the number of back-up file for data file. When data file needs to be reviced, SavoyGem control will rename the file name and make a new empty data file. If number of back-up file reached to the value of DataBakCount property, SavoyGem control will delete oldest back-up file.
Syntax
|
short GetDataBakCount()
void SetDataBakCount(short)
|
Return Value
Example
|
m_ctrl.SetDataBakCount(10);
|
Remarks
Persistent property.
See Also
|