Data.DBXTransport.TTransportFilterCollection.ToJSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToJSON: string; virtual;

C++

virtual System::UnicodeString __fastcall ToJSON();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilterCollection

Description

JSON string generated from the filter list.

ToJSON returns a JSON string representation of the filter list.

See Also