DataObjectEditor #6
SeanSolberg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release includes all bug fixes and improvements up to today.
This release provides 4 binaries that can all be used to work with any of the serializations (JSON, BSON, MessagePack, CBOR, etc.)
The Installer will install the three binaries listed above.
The last binary, DataObjectPlugin.dll is a Delphi IDE plugin that will let users inspect variables of type TDataObj and show the content of the data contained within by providing a custom debug visualizer. To include this within the Delphi IDE, modify the following registry entry to point to the location where the DataObjectPlugin.dll is location:
Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\23.0\Experts
Key: DataObjectViewer
Data: <path to the dll>
This discussion was created from the release DataObjectEditor.
Beta Was this translation helpful? Give feedback.
All reactions