Data.Bind.Components.TScopeMappingItem

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TScopeMappingItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TScopeMappingItem : public System::Classes::TCollectionItem

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