Data.Bind.ObjectScope.TBindSourceAdapter.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

function GetValue: TObject;

C++

System::TObject* __fastcall GetValue();

Description

Returns the current source adapter object.

See Also