MSI.RecordClearData

boolean MSI.RecordClearData ( 

number hRecord )

Description

Calls the MsiRecordClearData function that sets all fields in a record to null.

Parameters

hRecord

(number) The handle to the record.

Returns

(boolean)  Returns true if the action succeeds to clear the data. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions