Movatterモバイル変換


[0]ホーム

URL:


Up one LevelPython Library ReferenceContentsModule IndexIndex


36.1.4 Record Objects

GetFieldCount()
Return the number of fields of the record, throughMsiRecordGetFieldCount.

SetString(field, value)
Setfield tovalue throughMsiRecordSetString.field must be an integer;value a string.

SetStream(field, value)
Setfield to the contents of the file namedvalue, throughMsiRecordSetStream.field must be an integer;value a string.

SetInteger(field, value)
Setfield tovalue throughMsiRecordSetInteger. Bothfield andvalue must be an integer.

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

See Also:

MsiRecordGetFieldCount
MsiRecordSetString
MsiRecordSetStream
MsiRecordSetInteger
MsiRecordClear


Up one LevelPython Library ReferenceContentsModule IndexIndex

Release 2.5.2, documentation updated on 21st February, 2008.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭

©2009-2025 Movatter.jp