IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

typedef void __fastcall (__closure *TipwJSONIgnorableWhitespaceEvent)(System::TObject* Sender, TipwJSONIgnorableWhitespaceEventParams *e);


__property TipwJSONIgnorableWhitespaceEvent OnIgnorableWhitespace = {read=FOnIgnorableWhitespace, write=FOnIgnorableWhitespace};

typedef struct {
     String Text;
} TipwJSONIgnorableWhitespaceEventParams;

Remarks

The ignorable whitespace section is provided by the Text parameter.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]