TDFilter Object : NewList Method |
Visual Basic |
---|
Public Function NewList() As List |
If you call NewList more than once on the same filter, no actual server request is made. NewList returns cached data.
To retrieve data that may have changed, either dispose of the filter and create a new one, or call Refresh before calling NewList.