Data.Bind.Components.TCustomBindExprItems

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseBindExpressionData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindExprItems

Delphi

TCustomBindExprItems = class(TBaseBindExpression)

C++

class PASCALIMPLEMENTATION TCustomBindExprItems : public TBaseBindExpression

Properties

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

Description

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