IUiDataSet.Active

Syntax

Active: Boolean;

Description

The Active property determines whether the component is active, that is whether data from a source is passed to the UiDataSource component.

Comments

To open access to data sets, set the property to True. If the property is set to False, the UiDataSource component is linked to a data source but the data is not passed to the component.

See also:

IUiDataSet