Exact

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Apollo VCL Component Reference > TApolloEnv > TApolloEnv Properties >

Exact

Declaration

property Exact: Bool;

Description

Contains a logical value indicating the current SetExact status. If True, a Seek would require an exact match to return true. If False, a partial match would return True from Seek.

Delphi Example

if ApolloEnv1.Exact = True then

 ShowMessage( 'Partial matches will not be found!' ) 

else

 ShowMessage( 'Partial matches will be found!' ); 

See Also

SetExact, Seek, SoftSeek