ImageEn, unit iexDBBitmaps |
|
TIEDBMultiBitmap.MaxDisplayRecords
Declaration
property MaxDisplayRecords: Integer;
Description
TIEDBMultiBitmap will load all records of your database table into memory up to the maximum specified by
MaxDisplayRecords. If your table contains more records than
MaxDisplayRecords they will not be displayed, so you should use table filtering to ensure the record count does not become too large and affect performance.
Note: This option only applies when
Mode = dmAllRecords
Default: 10,000