Data.Bind.Components.TBindExpression
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
TBindExpression = class(TCustomBindExpression)
C++
class PASCALIMPLEMENTATION TBindExpression : public TCustomBindExpression
Description
Represents a binding expression.
TBindExpression is built on the TCustomBindExpression class—which implements the binding expression functionality—and publishes a set of additional properties that can be accessed from within the Object Inspector.