API:Data.Bind.Components.TCustomBindScope

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBindScope
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TCustomBindScope = class(TBaseBindScopeComponent, IScopeActive,
IScopeRecordEnumerable)

C++

class PASCALIMPLEMENTATION TCustomBindScope : public TBaseBindScopeComponent

Description

Base class for the binding scope component.

Data.Bind.Components.TCustomBindScope inherits from Data.Bind.Components.TBaseBindScopeComponent. All content below this line refers to Data.Bind.Components.TBaseBindScopeComponent.

Base class for the binding scope component. TBaseBindScopeComponent is the ancestor for the TCustomBindScope component. TBaseBindScopeComponent provides functionality for adding scope mappings, getting scope members and values, returning the scope itself or the scope of a member. It also provides properties for accessing the binding expressions in this scope and the scope mappings.

See Also