FireDAC.Comp.DataSet.TFDIndex.Selected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Selected: Boolean read GetSelected write SetSelected default False;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDIndex

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