Data.Bind.Components.TDependencyList
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.