I am using the TIPropertyGrid to make a streaming designer for a simple template editor and for simple standard types
of Properties like Integers, Int64 etc, editors already are registered however, I would like to be able to set things like read only for some and or limit range of values being entered by the user.
So far all I can see to do this is to override or subclass existing editors and register that using the simple Property name so I can basically answer the call to the LIMIT range and things like READ only.
Do I really need to create Property editors just to control Limits and Read only values after streaming in the values on already made Property Editors?
I was looking at the Hook code, and I am not sure if that is where I need to go to control existing property editors in specific fields.
Some insight could help, I guess.
Jamie