FireDAC.Comp.DataSet.TFDIndex.Selected

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 Selected: Boolean read GetSelected write SetSelected default False;

C++

__property bool Selected = {read=GetSelected, write=SetSelected, default=0};

Description

Specifies if a dataset view is the current dataset view.

Set Selected to True to make the active dataset view as the current one in a dataset. An alternative is to set IndexName to the name of a dataset view. The Selected property returns True if the dataset view is selected.

See Also