Data.Bind.Components.IScopeLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeLookup = interface

C++

__interface  INTERFACE_UUID("{95C4149E-E1AD-4D21-A8DF-A84A33B6D2D9}") IScopeLookup  : 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 look up a key value in a data source and to get the names of fields that can be used as lookup keys.

See Also