setToDefault method

Sets the value for the specified column to its default value.

Syntax
setToDefault( UInt16 columnID )
Parameters
  • columnID   The ID number of the column. The first column in the table has an ID value of one.

Remarks

The data in the row is not actually changed until you execute an insert or update, and that change is not permanent until it is committed.