Units
I'm writing some code that works with the SearchOperator property of
TppAutoSearchField... and I need to do a case statement on a
TppSearchOperatorType. How do I find out what unit TppSearchOperatorType
is defined in (so what unit to add to my uses clause)? I've added
ppASField, but it's apparently not defined in there.
I've had this problem with a number of ReportBuilder types before, and
usually after about 10 minutes of mucking around here and there I can
find the appropriate unit - but not this time. What's the general method
to find this information when you need to make use of your types?
Thanks in advance.
Best Regards,
James Crosswell
Software Engineer
Microforge.net Limited
http://www.microforge.net
TppAutoSearchField... and I need to do a case statement on a
TppSearchOperatorType. How do I find out what unit TppSearchOperatorType
is defined in (so what unit to add to my uses clause)? I've added
ppASField, but it's apparently not defined in there.
I've had this problem with a number of ReportBuilder types before, and
usually after about 10 minutes of mucking around here and there I can
find the appropriate unit - but not this time. What's the general method
to find this information when you need to make use of your types?
Thanks in advance.
Best Regards,
James Crosswell
Software Engineer
Microforge.net Limited
http://www.microforge.net
This discussion has been closed.
Comments
that this type is located there.
--
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Thanks Jim - it'd be great if you could add the appropriate unit to the
help files, ala the help files for the Borland classes/types. It'd make
it a lot easier to work with RB Types.
Best Regards,
James Crosswell
Software Engineer
Microforge.net Limited
http://www.microforge.net