This document is archived and information here might be outdated. Recommended version. |
Removes all the default values currently set.
[Visual Basic .NET]
Public Sub ClearDefaultValues ( _
)
[C#]
public void ClearDefaultValues (
);
[C++]
HRESULT ClearDefaultValues(
void
);
Sets the value of each field to the default value for that field type. The field value will be set to null if null values are allowed.