Data.Bind.Components.TColumnLinkExpressionItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTColumnLinkExpressionItem

Delphi

TColumnLinkExpressionItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TColumnLinkExpressionItem : public System::Classes::TCollectionItem

Properties

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

Description

Describes the members and expression strings that a binding component will use to create binding expressions that operate on a grid column cell and a data source field value. For instance, expression strings may assign a field value to a grid cell.

See Also