API:Data.Bind.Components.TCustomBindScope

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBindScope

Delphi

TCustomBindScope = class(TBaseBindScopeComponent, IScopeActive,
IScopeRecordEnumerable)

C++

class PASCALIMPLEMENTATION TCustomBindScope : public TBaseBindScopeComponent

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

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