API:Data.Bind.Components.TBindControlValue.ClearExpressions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClearExpressions: TExpressions read GetClearExpressions write SetClearExpressions;

C++

__property ClearExpressions;

Properties

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

Description

Provides a way to clear and preset all binding expressions at once.

Data.Bind.Components.TBindControlValue.ClearExpressions inherits from Data.Bind.Components.TExpressionsBindComponent.ClearExpressions. All content below this line refers to Data.Bind.Components.TExpressionsBindComponent.ClearExpressions.

Provides a way to clear and preset all binding expressions at once.

If the fields of the expressions list are empty, the expressions are cleared. Otherwise, the expressions are preset with the values specified in the fields of the expressions list.

See Also