AutoRefresh

<< Click to Display Table of Contents >>

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

AutoRefresh

Declaration

property AutoRefresh: Boolean;

Description

This is True by default and does not change previous behavior. However, if you set this to False, certain TApolloEnv methods (SetDeleted, SetDateFormat, etc) that would affect the display of records will no longer automatically refresh the datasets. In this case, you can call the Refresh method of individual tables yourself, or call TApolloEnv.RefreshDataSets yourself at a later time to refresh them all.

See Also

RefreshDataSetsTApolloEnv_RefreshDataSets