Data.Bind.Components.TScopeMappings

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTScopeMappings

Delphi

TScopeMappings = class(TOwnedCollection)

C++

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

Is an owned collection of scope mappings.

TScopeMappings is an owned collection whose elements are scope mappings. Use a TScopeMappingsEnumerator object to enumerate the items in the collection.

See Also