Home > Language Reference > Classes > Grid

ReloadItem Method

Reload the data associated with one row.

Syntax

Public Sub ReloadItem(Optional ByVal iIndex As Integer = -1)

ParameterDescription
iIndexRow index

Remarks

The ReloadItem method allows one or several rows in the Grid object to be reloaded. If the iIndex argument is omitted, the LoadItem event will be raised for all the rows visible on screen. If the iIndex argument is specified, then the LoadItem event will be raised for the row whose index corresponds to iIndex . This parameter is in the range 0 to Rows -1.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A