Data.Bind.Components.IScopeGetRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeGetRecord = interface

C++

__interface  INTERFACE_UUID("{D33C242C-310D-4BE7-9908-C3CAC3C856B6}") IScopeGetRecord  : 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 a data source. Binding components use this interface to get an evaluation context for a particular record or a field in a particular record.

See Also