Data.Bind.Components._di_IScopeMemberScripting

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IScopeMemberScripting> _di_IScopeMemberScripting;

Properties

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

Description

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

_di_IScopeMemberScripting is a C++Builder type that refers a mechanism of providing member names for use in generated expressions (IScopeMemberScripting). IScopeMemberScripting is used by binding components to get identifiers that will get and set field values in the data source. These identifiers are used by the QuickBinding component to generate expression strings to get, set, or both the data source field value.

See Also