Data.Bind.Components.TBindExprItems.ClearExpressions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindExprItems

Delphi

property ClearExpressions;

C++

__property ClearExpressions;

Description

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

Data.Bind.Components.TBindExprItems.ClearExpressions inherits from Data.Bind.Components.TCustomBindExprItems.ClearExpressions. All content below this line refers to Data.Bind.Components.TCustomBindExprItems.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