Deleted

<< Click to Display Table of Contents >>

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

Deleted

Declaration

property Deleted: Bool;

Description

Contains a logical value indicating the current SetDeleted status. If True, records marked as deleted are filtered out automatically, do not appear in browse displays, and are passed over by Skip.

Delphi Example

if ApolloEnv1.Deleted = True then

 ShowMessage( 'Deleted records will not be displayed!' ) 

else

 ShowMessage( 'Deleted records will be displayed!' ); 

See Also

SetDeleted, ApolloDelete, Deleted