Data.DBXTransport.TTransportFilterItem.SetFilterId

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TTransportFilterItem

Delphi

procedure SetFilterId(const FilterId: string); virtual;

C++

virtual void __fastcall SetFilterId(const System::UnicodeString FilterId);

Description

Sets the value of the FilterId property.

The SetFilterId method sets the value of the FilterId property.

See Also