Data.Bind.Components.TExpressionItemDir

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TExpressionItemSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTExpressionItemDir

Delphi

TExpressionItemDir = class(TExpressionItem)

C++

class PASCALIMPLEMENTATION TExpressionItemDir : public TExpressionItem

Properties

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

Description

Is an item (an expression with a direction property) in a collection of expression directions.

TExpressionsDir is an owned collection whose elements are of type TExpressionItemDir. Use a TExpressionDirEnumerator object to enumerate the items in the collection. These expressions have a direction property.

See Also