Data.DB.TDataLink.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read FActive;

C++

__property bool Active = {read=FActive, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TDataLink

Description

Specifies whether the dataset that TDataLink manages is active.

Read Active to determine whether the dataset for this TDataLink is Active. When Active is false, the dataset is closed, and the dataset cannot read data from or write data to the database. When Active is true, data can be read from and written to the dataset.

See Also