API:Data.Bind.Components.TMethods

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBindArtifactsSystem.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTMethods
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TMethods = class(TBindArtifacts)

C++

class PASCALIMPLEMENTATION TMethods : public TBindArtifacts

Description

Represents a collection of bindings artifact items.

Data.Bind.Components.TMethods inherits from Data.Bind.Components.TBindArtifacts. All content below this line refers to Data.Bind.Components.TBindArtifacts.

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