API:Data.Bind.Components.TBindExpression

From RAD Studio API Documentation

TBindExpressionData.Bind.Components.TCustomBindExpressionData.Bind.Components.TBaseBindExpressionData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponent

Delphi

TBindExpression = class(TCustomBindExpression)

C++

class PASCALIMPLEMENTATION TBindExpression : public TCustomBindExpression

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 binding expression. {{#multireplace:Data.Bind.Components.TBindExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TCustomBindExpression|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.TCustomBindExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Implements a binding expression.

TCustomBindExpression is the base class for all the binding expressions and implements functionality for creating the expression, evaluating it, evaluating its format, and compiling it.

See Also