Add a string (textual information) with specified RecordNumber and DataSet.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int AddStringItem(
	int recordNumber,
	int dataSet,
	string item
)
Public Function AddStringItem ( _
	recordNumber As Integer, _
	dataSet As Integer, _
	item As String _
) As Integer
public:
int AddStringItem(
	int recordNumber, 
	int dataSet, 
	String^ item
)

Parameters

recordNumber
Int32
The record number
dataSet
Int32
The dataset
item
String
The string to insert

Return Value

AddStringItem returns the index of the new item, where the first item in the list has an index of 0.

See Also