TIWCGDropDownDataLink.ListFetchCount Property
Is the minimum record count to send to browser. For DropDown, we can define the number of records to send to browser everytime the user scrolls the drop down list, ie, if the number of records, after filtering is 500, the dropdown wont send the all the records to the browser, but in packets of ListFetchCount. When the user scrolls down, the control will request more ListFetchCount.
published property ListFetchCount: Word read FListFetchCount write SetListFetchCount default 50;
Property Value
Type: Word