Data.Bind.Components.TCustomBindListLink.ParseExpressions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ParseExpressions: TExpressions read FParseExpressions write SetParseExpressions;

C++

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

Description

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

See Also