Data.DBXPlatform.TBaseFilterProperties.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetValue(Index: Integer): string;

C++

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

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