Data.DBXCommonTable.TDBXTableReader.GetValueByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTableReader

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