Show: Delphi C++
Display Preferences

DBXJSON.TJSONString.AddChar

From XE API Documentation
Jump to: navigation, search

Delphi

procedure AddChar(const Ch: WideChar); virtual;

C++

virtual void __fastcall AddChar(const System::WideChar Ch);

Properties

Type Visibility Source Unit Parent
procedure
function
public
DBXJSON.pas
DBXJSON.hpp
DBXJSON TJSONString

Description

Adds a character to the current JSON string.

Call AddChar to add the character given through the Ch to the current content of the JSON string.

See Also

Personal tools
Previous Version
Translations