Data.Bind.Components.TExpressionsBindComponent.ClearExpressions
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TExpressionsBindComponent |
Delphi
property ClearExpressions: TExpressions read GetClearExpressions write SetClearExpressions;
C++
__property TExpressions* ClearExpressions = {read=GetClearExpressions, write=SetClearExpressions};
Description
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.