Data.DBXPlatform.TBaseFilterProperties.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName(Index: Integer): string;

C++

HIDESBASE System::UnicodeString __fastcall GetName(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 name.

The GetName method returns a DataSnap filter's property name specified by the Index parameter.

See Also