Description


Allows you to set the maximum number of records that will be populated in the component.


This property works only when the component displays data with the "Search" action button or when the component option "Show all records from table" is used.


To remove the limit on the number of records, set the value to 0.



Example


Form1.TableGrid1.dbLimit := 1000;
Form1.TableGrid1.dbLimit := 0; // removes the limit on the number of records