Syntax
Public Function GetListViewData(formID As String, ListName As String, prop_Id As ENUM_GUI_LIST_VIEW_DATA, ByRef prop_Value As Variant, Optional Index As Integer = 1) As Boolean
Description
This function is used to get specific data according to a givenproperty id for a specific list view(GUI control).
Parameters
Key | Description |
formId | Form identifier, must be a number greater than 3000 and less than 10,000. |
ListName | List identifier, value of type String. |
prop_Id | Value can be one of the ENUM_GUI_LIST_VIEW_DATA |
prop_Value | To hold the returned data. |
Index | An optional attribute to indicate the index of a list view item, value of type Integer. |
Return value
Returns true if the specified list view data has been returned. Otherwise, returns false. In order to get an error,call GetLastError() function.
See Also