home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / cantu / OBJDEB11.ZIP / readme.txt < prev   
Text File  |  1997-12-16  |  2KB  |  62 lines

  1. Object Debugger for Borland Delphi 3
  2. Copyright Marco Cantu' 1996-1997
  3.  
  4. Version 1.1 
  5.  
  6. (most of the source code is included in the book
  7. Delphi Developer's Handbook, Sybex)
  8.  
  9. Object Debugger = Runtime Object Inspector
  10. ==========================================
  11. The Object Debugger allows you to inspect the published 
  12. properties of the components of a program at run time, 
  13. and edit them. You simply place the component on the main
  14. form of your project, and when the program starts, 
  15. the Object Debugger window is automatically opened.
  16.  
  17. Usage 
  18. =====
  19. * Select form and component you are interested in
  20. (also the form is listed among its components), and see
  21. its published properties, its events, and some mode data.
  22.  
  23. * Clicking on the first line shows RTTI information for
  24. the last property you've selected.
  25.  
  26. * Clicking on a value activates its editor (if available).
  27. Editors include: numbers, strings, characters,
  28. enumarations, sets, cursors, colors (double-click),
  29. string lists (double click).
  30.  
  31. * The only property of the component is used to set it 
  32. initially "Always on Top".
  33.  
  34. Installation
  35. ============
  36. Install the Delphi package library, and put the DCU file and 
  37. the DFM file in your preferred component directory. 
  38.  
  39. Disclaimer
  40. ==========
  41. I've tried at my best to make this program work smoothly, but 
  42. since it uses low level and undocumented calls at a great extent
  43. I won't bet it always works.
  44. In case of errors please let me know, but always remember you
  45. are using this software at your own risk (so the saying goes).
  46. For reporting errors and for questions and suggestions you can use 
  47. the newsgroup devoted to my tools, at the address:
  48.  
  49. "news://news.shoresoft.com/marcocantu.public.delphi-tools"
  50.  
  51. Check my home page, www.marcocantu.com, for further updates. Future 
  52. versions might be shareware, this is free. 
  53.  
  54. Marco Cantu', author of 
  55. "Mastering Delphi"
  56. "Mastering Delphi 2"
  57. "Mastering Delphi 3"
  58. "Delphi Developer's Handbook"
  59.  
  60. WinTech Italia Srl 
  61. Digital Development 
  62. www.marcocantu.com