What is a View Cursor?

devquora
devquora

Posted On: Feb 22, 2018

 

A cursor is an instrument used for position indicator, it points to any particular item. View cursor is used in order to traverse items in a collection data view and modify the data that is already stored in a collection. The move Next and move Previous to move the cursor forward or backward.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Flex Interview Questions

    State the difference between Item Renderer and Item Editors?

    Difference between item renderer and item editors are as follows; Both are used for the purpose of editing, but item re..

    Flex Interview Questions

    Why is disable auto update method used?

    This method is used as it protects the events that represent changes to the underlying data from being broadcast by the..

    Flex Interview Questions

    Explain Filter Function?

    The filter function is used to limit the data view in the collection to any particular subset of source data. The funct..