Data.Bind.Components.TExpressions

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBindCompExpressionCollectionSystem.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTExpressions
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TExpressions = class(TBindCompExpressionCollection)

C++

class PASCALIMPLEMENTATION TExpressions : public TBindCompExpressionCollection

Description

Is an owned collection of binding expressions.

TExpressions is an owned collection whose elements are binding expressions.

See Also