MobileForms Toolkit Documentation

AdvancedList.LoadData Method (Int32)

Loads the data with the data connector and inserts the loaded Rows to specified position.

public Mapping LoadData(
int iInsertIndex
);

Parameters

iInsertIndex
Index to the RowCollection indicating where the data should be inserted or -1 when the data should be added to the end of the RowCollection.

Return Value

The Mapping of the loaded data rows.

Remarks

The loaded Rows are added to the RowCollection at specified index.

The template indices used for the loaded rows are determined by the TemplateIndex and SelectedTemplateIndex properties.

CAUTION   Do not use this method with iInsertIndex other then -1 when the DelayLoad property is set to true.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace | AdvancedList.LoadData Overload List