Data.Bind.Components._di_IScopeGetRecord

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IScopeGetRecord> _di_IScopeGetRecord;

Properties

Type Visibility Source Unit Parent
typedef public Data.Bind.Components.hpp Data.Bind.Components Data.Bind.Components

Description

Represents the IScopeGetRecord Delphi interface for C++Builder usage.

_di_IScopeGetRecord is a C++Builder type that refers a mechanism for getting the record from a scope (IScopeGetRecord). IScopeGetRecord is used by binding components to get a scope for the expression string evaluation from a data source. This interface may be used to request the scope for a particular field of the data source or the scope for the entire record. When the scope is for a particular field, then the expressions strings do not need to include the field name.

See Also