Data.DBXTransport.TTransportCypherFilter.Id

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function Id: string; override;

C++

virtual System::UnicodeString __fastcall Id();

Description

Returns the filter identifier.

The Id method returns the filter ID, used by the filter factory to create an instance. The filter ID can be present multiple times in a transport filter chain.

See Also