Data.Bind.Components.TDependencyList

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTDependencyList
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TDependencyList = class(TInterfacedObject, IDependencyList)

C++

class PASCALIMPLEMENTATION TDependencyList : public System::TInterfacedObject

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