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.
構文
|
short GetDataBakCount()
void SetDataBakCount(short)
|
戻り値
使用例
|
m_ctrl.SetDataBakCount(10);
|
特記事項
Persistent property.
参照
|