Data.Bind.Components.TCustomBindExprItems
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
TCustomBindExprItems = class(TBaseBindExpression)
C++
class PASCALIMPLEMENTATION TCustomBindExprItems : public TBaseBindExpression
Description
Implements a collection of managed or unmanaged binding expressions.
The TCustomBindExprItems class implements a collection of binding expressions. These binding expressions can be managed or unmanaged. TCustomBindExprItems provides functionality for evaluating the expressions.