Data.Bind.Components.TCustomBindExpression

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseBindExpressionData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindExpression
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TCustomBindExpression = class(TBaseBindExpression)

C++

class PASCALIMPLEMENTATION TCustomBindExpression : public TBaseBindExpression

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