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

Delphi

TMethods = class(TBindArtifacts)

C++

class PASCALIMPLEMENTATION TMethods : public TBindArtifacts

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.

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