Data.Bind.Components.TBindArtifactItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTBindArtifactItem
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TBindArtifactItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TBindArtifactItem : public System::Classes::TCollectionItem

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