T
Tom
I'm making a new class: "validatedTextBox" which is based
on the textBox tool. I need to add several properties to
it that can be set in the properties window of the IDE
when I put the new textbox on a form. I have figured out
how to do this, but would like to know how I can make one
of these properties have a drop-down list in the
properties window that gives just the few valid choices
for the property
(e.g. "integer", "real", "date", "phonenumber")
Thanks
on the textBox tool. I need to add several properties to
it that can be set in the properties window of the IDE
when I put the new textbox on a form. I have figured out
how to do this, but would like to know how I can make one
of these properties have a drop-down list in the
properties window that gives just the few valid choices
for the property
(e.g. "integer", "real", "date", "phonenumber")
Thanks