IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
36.1.4 Record Objects


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 About this document... for information on suggesting changes.