FireDAC.Comp.DataSet.TFDIndex.Active

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDIndex

Delphi

property Active: Boolean read FActive write SetActive default False;

C++

__property bool Active = {read=FActive, write=SetActive, default=0};

Description

Controls when the dataset view must be maintained.

Set the Active property value to True to activate the view maintenance. By default, it is False.

All views are maintained when IndexesActive is True. A view is actually maintained only when ActualActive returns True. To make the dataset view current in the dataset, set the Selected property to True.

See Also