API:Data.Bind.ObjectScope.TBindSourceAdapterObjectFieldCustomScope

From RAD Studio API Documentation

TBindSourceAdapterObjectFieldCustomScopeSystem.Bindings.CustomScope.TCustomScopeSystem.TInterfacedObjectSystem.TObject

Delphi

TBindSourceAdapterObjectFieldCustomScope = class(TCustomScope)

C++

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

Properties

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

Description

Base class for every custom scope descendant. {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapterObjectFieldCustomScope|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.

See Also