Data.Bind.Controls.TBindNavigatorController.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read GetActive;

C++

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

Properties

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

Description

Determines whether the binding expressions that connect this binding navigator to the data source are active or not.

See Also