toufik 2 Posted June 13, 2021 good morning every one ^^... TListView Paging**** is this look logic to you ? a mobile app + rest . I want to be able to get 10 record every time . so how about putting the last record i get every time and send it back to the server side to get 10 more record starting with it ,,,,and so on ... is this look ok to you thank you Share this post Link to post
Serge_G 87 Posted June 14, 2021 Hi, Well, logic, yes. Depending on the REST API server function. On another side a TListview (livebinded) for only 10 records a VerticalScrollbox filled by code should be a good alternative, IMO getting previous page and next page (30 records) during thread process should be better 1 Share this post Link to post
toufik 2 Posted June 14, 2021 43 minutes ago, Serge_G said: Hi, Well, logic, yes. Depending on the REST API server function. On another side a TListview (livebinded) for only 10 records a VerticalScrollbox filled by code should be a good alternative, IMO getting previous page and next page (30 records) during thread process should be better thank you for taking time to reply . Share this post Link to post
toufik 2 Posted June 14, 2021 I have to ask is this the proper way to do it though ? Share this post Link to post