Here is an easy one that has me stumped and I'm sure it will be very simple.
I use a Property Grid to display all the information about a selected record. ( displayed in a rad grid)
As the user selects records in the grid , I populate the property grid by defining a new PropertyStore based on the record selected and then setting this as the SelectedObject. Works well and thanks to your great support, its also Multi Language as well.
The glitch I have is if a user selects a property ,( Which displays the Property Description text at the bottom) and then selects a new line, the process of loading a new PropertyStore does not clear the Property Description text at the bottom.
How can I clear the Property Description text?
See easy.. :)
Thanks as always
Rob
I use a Property Grid to display all the information about a selected record. ( displayed in a rad grid)
As the user selects records in the grid , I populate the property grid by defining a new PropertyStore based on the record selected and then setting this as the SelectedObject. Works well and thanks to your great support, its also Multi Language as well.
The glitch I have is if a user selects a property ,( Which displays the Property Description text at the bottom) and then selects a new line, the process of loading a new PropertyStore does not clear the Property Description text at the bottom.
How can I clear the Property Description text?
See easy.. :)
Thanks as always
Rob