Data.Bind.Components.TCustomBindExpression

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseBindExpressionData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindExpression

Delphi

TCustomBindExpression = class(TBaseBindExpression)

C++

class PASCALIMPLEMENTATION TCustomBindExpression : 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 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