36.1.4 Record Objects

GetFieldCount( )
Return the number of fields of the record, through MsiRecordGetFieldCount.

SetString( field, value)
Set field to value through MsiRecordSetString. field must be an integer; value a string.

SetStream( field, value)
Set field to the contents of the file named value, through MsiRecordSetStream. field must be an integer; value a string.

SetInteger( field, value)
Set field to value through MsiRecordSetInteger. Both field and value must be an integer.

ClearData( )
Set all fields of the record to 0, through MsiRecordClearData.

See Also:

MsiRecordGetFieldCount
MsiRecordSetString
MsiRecordSetStream
MsiRecordSetInteger
MsiRecordClear

See About this document... for information on suggesting changes.