Reputation: 53
I am using a TValueListEditor
in C++Builder 10.4 Community Edition.
I would like to have some items be read-only and other items be editable. I think that the goEditing
setting is making all of them editable, although I am setting some of the items as ReadOnly=true
. I would like a comment on that.
Another question: on the same control, for items which are of types esPickList
or esEllipsis
, I need to click twice on them to show the buttons at the end of the value to make a choice, while the Object Inspector on the IDE shows them right on selecting them. Is there any configuration that should be made to change this behaviour?
Upvotes: 0
Views: 48