Data.DBXPlatform.TBaseFilterProperties.GetName

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 GetName(Index: Integer): string;

C++

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

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