API:Data.Bind.Components.TBindExpression.ControlExpression

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlExpression: string read FControlExpression write SetControlExpression default 0;

C++

__property ControlExpression = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindExpression

Description

Specifies the control binding expression that will affect the control component.

Data.Bind.Components.TBindExpression.ControlExpression inherits from Data.Bind.Components.TCustomBindExpression.ControlExpression. All content below this line refers to Data.Bind.Components.TCustomBindExpression.ControlExpression.

Specifies the control binding expression that will affect the control component.

See Also