API:Data.Bind.Components.TBindExprItems

From RAD Studio API Documentation

TBindExprItemsData.Bind.Components.TCustomBindExprItemsData.Bind.Components.TBaseBindExpressionData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponent

Delphi

TBindExprItems = class(TCustomBindExprItems)

C++

class PASCALIMPLEMENTATION TBindExprItems : public TCustomBindExprItems

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. {{#multireplace:Data.Bind.Components.TBindExprItems|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TCustomBindExprItems|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TCustomBindExprItems|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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