Data.Bind.Controls.TBindNavigatorController.Selected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Selected: Boolean read GetSelected;

C++

__property bool Selected = {read=GetSelected, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

Description

Determines whether one or more records provided by the data source are selected.

The Selected property is True if one or more records provided by the data source are selected, False otherwise.

See Also