API:Data.Bind.DBScope.TBindDataSetScope

From RAD Studio API Documentation
Jump to: navigation, search

System.Bindings.CustomScope.TCustomScopeSystem.TInterfacedObjectSystem.TObjectTBindDataSetScope
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Unit: Data.Bind.DBScope
Parent: Data.Bind.DBScope

Delphi

TBindDataSetScope = class(TCustomScope)

C++

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

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