I have been playing with the value list editor VCL. 

As I only have the personal version of Delphi I do not have access to the
VCL source.

 

I have been using the DropDown editor option to drop down a set of strings
(files paths in fact).  These I populate on the GetPickList event.  This
event returns Values as a TSTrings object which I use to populate the drop
down list using the AddObject method allowing me to add a value into the
Object for each entry which I can use to determine which item in the drop
down has been selected.

 

Well that was the plan, however, I can't see a way to access the Object
field again as all the other events only pass Values back as a string and
the Strings.Objects field for the row does not reflect the object value I
loaded in with the Values.AddObject method under the GetPickList event.

 

Can anyone suggest a way around this?

 

JohnB

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to