Data.Bind.Components.IScopeMemberScripting

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeMemberScripting = interface

C++

__interface  INTERFACE_UUID("{3B273E26-19DA-4591-99AF-6748B71ABD3A}") IScopeMemberScripting  : 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 get the names of properties or methods that can be used in expressions to get or set the value of a member, or to get or set the position or current record.

See Also