Data.DBXTransport.TTransportFilterCollection.ToJSON

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: TTransportFilterCollection

Delphi

function ToJSON: string; virtual;

C++

virtual System::UnicodeString __fastcall ToJSON();

Description

JSON string generated from the filter list.

ToJSON returns a JSON string representation of the filter list.

See Also