API:Data.Bind.Components.TBindExprItems

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindExprItemsData.Bind.Components.TBaseBindExpressionData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTBindExprItems
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TBindExprItems = class(TCustomBindExprItems)

C++

class PASCALIMPLEMENTATION TBindExprItems : public TCustomBindExprItems

Description

Implements a collection of managed or unmanaged binding expressions.

Data.Bind.Components.TBindExprItems inherits from Data.Bind.Components.TCustomBindExprItems. All content below this line refers to Data.Bind.Components.TCustomBindExprItems.

Implements a collection of managed or unmanaged binding expressions.

The TCustomBindExprItems class implements a collection of binding expressions. These binding expressions can be managed or unmanaged. TCustomBindExprItems provides functionality for evaluating the expressions.

See Also