Data.Bind.ObjectScope.TBindSourceAdapter.Scopes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scopes: TEnumerable<TBaseObjectBindSource> read GetScopes;

C++

__property System::Generics::Collections::TEnumerable__1<TBaseObjectBindSource*>* Scopes = {read=GetScopes};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Stores the list of bind sources of the adapter.

Read Scopes to get the list of bind sources of the source adapter.

See Also