XBase.Clear
Syntax:
Description:
Availability:
Example:
| // Cleares values of all fields in the first record xB.First(); xB.Clear(); xB.Save(); |
Syntax:
Description:
Availability:
Example:
| // Cleares values of all fields in the first record xB.First(); xB.Clear(); xB.Save(); |