System.JSON.BSON.TBsonReader.Skip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Skip; override;

C++

virtual void __fastcall Skip();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader

Description

Skips the children of the current BSON token.

Skip only evaluates the depth level of the current BSON token.

See Also