System.Tether.AppProfile.TCustomLocalItem.ToBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToBytes: TBytes;

C++

System::DynamicArray<System::Byte> __fastcall ToBytes(void);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TCustomLocalItem

Description

Copies the information from TCustomLocalItem into a JSON object and converts the result into bytes.

See Also