Hi! I have a run-time Property Ispector with wich I can set components
properties at run-time. What I need to know is how does one make a
component
with a "combo boxes property". That is a property for wich you can choose
a
value from a list of values. This list must be generated dynamically in my
program - it comes from text file strings. For example I have three values
in my text file: "Name", "LastName", "OrangeJuice". I have to read those
values into my component and show them in it's property, let's call it
DynaProperty! The user then can choose with run-time Property
Inspector(wich
i have and it's OK) either "Name", or "LastName", or "OrangeJuice" as the
value of DynaProperty property! I hope I made it clear. :) But I can't get
it how it's to be done! Sifting through VCL source code doesn't help! :(((
Tried to understand how the DataField property of TDBText component works
with no result! Help!!!