Data.Bind.Components.TExpressionsDir

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TExpressionsDir = class(TBindCompExpressionCollection)

C++

class PASCALIMPLEMENTATION TExpressionsDir : public TBindCompExpressionCollection

Description

Is an owned collection of expression directions.

TExpressionsDir is an owned collection whose elements are expression directions. Use a TExpressionDirEnumerator object to enumerate the items in the collection.

See Also