Data.Bind.Components.TScopeMappings

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TScopeMappings = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TScopeMappings : public System::Classes::TOwnedCollection

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