API:Data.Bind.Components.TBindControlValue.ParseExpressions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParseExpressions: TExpressions read GetParseExpressions write SetParseExpressions;

C++

__property ParseExpressions;

Properties

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

Description

Specifies a collection of binding expressions that are evaluated to populate the list control component.

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

Specifies a collection of binding expressions that are evaluated to populate the list control component.

See Also