Data.Bind.DBScope.TBindScopeDBEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: IScope read GetCurrent;

C++

__property System::Bindings::Evalprotocol::_di_IScope Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property protected
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope TBindScopeDBEnumerator

Description

Specifies the binding scope for the current member.

See Also