Replace method Replaces a
field in the record. This method is supplied for convenience in some specific situations
where complex and frequent changes in the record structure are required.
Syntax:
record_object.Replace index, field_object
Parameters:
index - String or numeric. Name or index of the field to be replaced
field_object - previously created SFField
object that will replace the existing field in the record.
Remarks:
BindTo or ReBind must be called in order to synchronize the modified record with the
stream.
Applies to: SFRecord object
Supported on:
Windows 95/NT and later
Windows CE 3.0 and later
Pocket PC/Windows Mobile 2003 and later
Windows CE.NET 4 and later
|