Data.DBXPlatform.TBaseFilterProperties.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(Index: Integer): string;

C++

HIDESBASE System::UnicodeString __fastcall GetValue(int Index);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TBaseFilterProperties

Description

Returns a filter's specific property value.

The GetValue method returns a DataSnap filter's property value specified by the Index parameter.

See Also