Data.Bind.Components.TBindExprItems

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindExprItemsData.Bind.Components.TBaseBindExpressionData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTBindExprItems

Delphi

TBindExprItems = class(TCustomBindExprItems)

C++

class PASCALIMPLEMENTATION TBindExprItems : public TCustomBindExprItems

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Represents a collection of managed binding expressions.

TBindExprItems is built on the TCustomBindExprItems class—which implements the collection of binding expressions—and publishes a set of additional properties that can be accessed from within the Object Inspector.

See Also