Data.Bind.Components.IScopeLookup

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

IScopeLookup = interface

C++

__interface  INTERFACE_UUID("{95C4149E-E1AD-4D21-A8DF-A84A33B6D2D9}") IScopeLookup  : public System::IInterface

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