TCustomDBChart.AutoRefresh
 
 
 

All Units  All Classes  Properties, Methods and Events  

TCustomDBChart.AutoRefresh
TCustomDBChart

property AutoRefresh: Boolean;

Unit
DBChart

Description
Default Value: True

The AutoRefresh property determines if TDBChart will load all Table or Query records in an automatic way just when the Table or Query are Opened.

When False, you should manually force record retrieval by calling one of the following methods:

TDBChart.RefreshDataSet
TDBChart.RefreshData


When True, TDBChart will retrieve all Series point values as soon the Table is opened or the Query is executed.



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.