|
ERRCODE TFormer_ResetData |
( |
HTFORM |
pInstance |
) |
|
Resets the data-cache.
- Returns:
- - ErrOk (0) in case of success
- Non-zero if error occurred
- Parameters:
-
[in] | pInstance | The TFORMer-Instance provided by a previous call to TFormer_Init. |
- Note:
- If you change the Repository, the Project or the FormLayout the internal cache is deleted automatically.
- See also:
- TFormer_NewRecord, TFormer_SetVarValue, TFormer_SetDataFile.
|