Data.DBXTransport.TTransportFilterItem.SetFilterId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFilterId(const FilterId: string); virtual;

C++

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

Properties

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

Description

Sets the value of the FilterId property.

The SetFilterId method sets the value of the FilterId property.

See Also