CRField::setInt
Previous  Index  Next

void setInt(int value);

Parameters

value
New integer value.  

Description

Call this member function to assign the int value to the field in the current record.

Example

  dataset.field("DeptNo").setInt(60);

See Also

CRField::getInt, CRField::setNull


CRField | Classes | OCL | Index