Simple app to display all possible global settings in FireMonkey (service interfaces, globals, class vars and properties), and in RTL System units.

Simple app to display all possible global settings in FireMonkey (service interfaces, globals, class vars and properties), and in RTL System units.
Can be useful when debugging or when testing a new device or FireMonkey version to check all parameters.

Made with XE6, I wonder what I missed !

https://play.google.com/store/apps/details?id=com.steema.Delphi_Inspect
https://play.google.com/store/apps/details?id=com.steema.Delphi_Inspect

Comments

  1. Looks useful! Is the code available as a unit to include with your own apps (eg for sending debugging information back from a client's device to you)?

    ReplyDelete
  2. Not right now. I'll make this change in a next update.  A simple class with Text:TStrings class methods to return all the output.

    I've uploaded the source code of the current build here:

    http://steema.com/wp/blog/2014/07/31/delphi-inspect-simple-free-tool-to-view-firemonkey-and-rtl-system-parameters/

    regards !
    david

    ReplyDelete
  3. Done. InspectDelphi.pas has a simple AddAll method to return all info in a TStrings object. This can be used outside the app.

    ReplyDelete
  4. Updated version v3. Shareable results, many more info settings, and a TCanvas benchmark. See blog for source code download.

    ReplyDelete

Post a Comment