PDA

View Full Version : Object Inspector



programmer
10-07-2008, 09:17 PM
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 .

Traveler
10-07-2008, 09:43 PM
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.

chronozphere
10-07-2008, 10:47 PM
TValuelistEditor can also be usefull. It might have less options, but it's included in Delphi 7 (probably also D6 and higher). :)

NecroDOME
11-07-2008, 07:21 AM
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).