JVCL Help:TJvDBLookupCombo.UseRecordCount
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBLookupCombo.UseRecordCount Property
[+] TJvDBLookupCombo Events
[+] TJvDBLookupCombo Methods
[+] TJvDBLookupCombo Properties
Search in JVCL Help
Search in all projectsSummary
Specifies whether the control is allowed to use RecordCount.
Pascal
propertyUseRecordCount: Boolean;
Description
Use the UseRecordCount property to allow or forbid the control to use the RecordCount property of the lookup dataset. Record counting can be a costly operation, especially for SQL queries that return large result sets. If UseRecordCount is set to false then the position of the scrollbar's thumb of the lookup list is only an approximation.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page