Data.DBXTransport.TTransportFilterItem.GetFilterId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFilterId: string; virtual;

C++

virtual System::UnicodeString __fastcall GetFilterId();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilterItem

Description

Returns the value of the FilterId property.

The GetFilterId method is the protected read implementation of the FilterId property.

See Also