This component is a handy way to administer properties. It displays a two column grid where the first is readonly, listing the value names. In the second the user can set the values. You, as a programmer, can put edit masks on user input, use combobox selection or add a popup-dialog though an ellipse-button.
All pretty neat if it you don't expect too much. The component is, however, far from perfect and is quite difficult to master. I'm not there yet.
[edit] Technical Comments
In Delphi versions older than D7 the TItemProp objects added were not freed.
Partager