API:Data.Bind.DBScope.TBindDataSetScope

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. {{#multireplace:Data.Bind.DBScope.TBindDataSetScope|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Bindings.CustomScope.TCustomScope|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Bindings.CustomScope.TCustomScope|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.