API:Data.Bind.DBScope.TBindDataSetScope

From RAD Studio API Documentation
Jump to: navigation, search

System.Bindings.CustomScope.TCustomScopeSystem.TInterfacedObjectSystem.TObjectTBindDataSetScope

Delphi

TBindDataSetScope = class(TCustomScope)

C++

class PASCALIMPLEMENTATION TBindDataSetScope : public System::Bindings::Customscope::TCustomScope

Properties

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

Description

Base class for every custom scope descendant.

Data.Bind.DBScope.TBindDataSetScope inherits from System.Bindings.CustomScope.TCustomScope. All content below this line refers to System.Bindings.CustomScope.TCustomScope.

Base class for every custom scope descendant.

TCustomScope is an abstract class that is the base class for every custom scope descendant. A custom scope permits you to add new members (properties and/or methods) that do not exist in an object that already exists. In this way, these new members can be used within an expression.

Tip: Every TCustomScope descendant must implement the DoLookup method.

See Also