Data.Bind.DBScope.TBindScopeDBEnumerator.GetMemberCurrent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Unit: Data.Bind.DBScope
Parent: TBindScopeDBEnumerator

Delphi

function GetMemberCurrent(const AMemberName: string): IScope;

C++

System::Bindings::Evalprotocol::_di_IScope __fastcall GetMemberCurrent(const System::UnicodeString AMemberName);

Description

Returns the scope of the member given through the AMemberName parameter.


See Also