Results 1 to 4 of 4

Thread: Object Inspector

  1. #1

    Object Inspector

    Hi . . . . . .

    Sorry because I'm asking alot of question
    How can I make "Form" like the " Object Inspector " in Delphi , and both of behaviours and effects for all Glscene objects

    thank you .

  2. #2

    Object Inspector

    There's no harm in asking

    There was a similar question in a previous topic a while ago and someone there mentioned a component named TJVInspector.
    I believe that's what you're looking for.

  3. #3

    Object Inspector

    TValuelistEditor can also be usefull. It might have less options, but it's included in Delphi 7 (probably also D6 and higher).
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  4. #4
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Object Inspector

    I created my own that is extandable. It can hold whatever I want. (thats for the graphic part). I still need to manually add stuff to the list.

    For the technical part: you can retreive all properties from a class by code without any knowlage of that class. I don't exacly know how to do this, but if I remember correctly I did it once. (And maybe I still got a little test app... will check when I get home).
    NecroSOFT - End of line -

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •