Data.Bind.Components.TDependencyList

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTDependencyList

Delphi

TDependencyList = class(TInterfacedObject, IDependencyList)

C++

class PASCALIMPLEMENTATION TDependencyList : public System::TInterfacedObject

Properties

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

Description

Implements a list of dependencies on components and properties. This dependency list contains objects of type TDependency.

The dependency list is used to cause the reevaluation of one or more binding component expressions when another binding component modifies a component's properties.

See Also