Data.Bind.Components.TCustomBindListLink.ParseExpressions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParseExpressions: TExpressions read FParseExpressions write SetParseExpressions;

C++

__property TExpressions* ParseExpressions = {read=FParseExpressions, write=SetParseExpressions};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindListLink

Description

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

See Also