<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Apollo VCL Component Reference > TApolloEnv > TApolloEnv Properties > SoftSeek |
Declaration
property SoftSeek Bool;
Description
Contains a logical value indicating the current SetSoftSeek status. If True, a Seek that fails to find an exact or partial match (depending on the Exact setting) will be positioned on the next higher key value. If False, a failed Seek would return False.
Delphi Example
if ApolloEnv1.SoftSeek = True then
ShowMessage( 'SoftSeek is ON!' )
else
ShowMessage( 'SoftSeek is OFF!' );
See Also