Data.DBXCommonTable.TDBXTableReader.GetValueByName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXTableReader

Delphi

function GetValueByName(const Name: string): TDBXValue; override;

C++

virtual Data::Dbxcommon::TDBXValue* __fastcall GetValueByName(const System::UnicodeString Name);

Description

Returns the TDBXValue for the given name.

The GetValueByName method is used to return the TDBXValue for the given resource name specified through the Name parameter.

See Also