API:Data.Bind.Components.TBindExpression

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindExpressionData.Bind.Components.TBaseBindExpressionData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTBindExpression

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.

Data.Bind.Components.TBindExpression inherits from Data.Bind.Components.TCustomBindExpression. All content below this line refers to Data.Bind.Components.TCustomBindExpression.

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