Data.Bind.Components.TBindArtifacts

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTBindArtifacts

Delphi

TBindArtifacts = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TBindArtifacts : public System::Classes::TOwnedCollection

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 collection of bindings artifact items. TBindArtifacts is the base class for the binding methods (TMethods) and output converters (TOutputConverters).

TBindArtifacts implements functionality for accessing individual binding artifact items in the collection, markers to specify if an item has been modified or not, and related item functionality such as returning the attributes of a specific item or the number of items in the collection.

See Also