Data.Bind.Components.IScopeMemberNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeMemberNames = interface

C++

__interface  INTERFACE_UUID("{E6D8BFA3-0453-436B-8434-D10623724644}") IScopeMemberNames  : public System::IInterface

Properties

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

Description

Is an interface implemented by data sources. Binding components use this interface to get the name of the members that are available for binding.

See Also