Data.Bind.Components.TScopeMappingItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTScopeMappingItem

Delphi

TScopeMappingItem = class(TCollectionItem)

C++

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

Is an item in a collection of scope mappings.

TScopeMappings is an owned collection whose elements are of type TScopeMappingItem. Use a TScopeMappingsEnumerator object to enumerate the items in the collection.

See Also