Data.Bind.Components.TBindArtifactItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTBindArtifactItem

Delphi

TBindArtifactItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TBindArtifactItem : 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

Represents a binding artifact item in a collection of binding artifacts. TBindArtifactItem provides methods for assigning itself to a TPersistent destination, and also properties that specify the ID and the State of the bindings artifact.

See Also