ppCustomRichText.FindText not working
How do I use FindText on a RichText component? It requires a set-type
parameter (TSearchTypes) which RAP doesn't want to allow. I looked at
the FAQ on adding support for set types, but it looks to me that it is
only referring to set type properties, not set type function parameters.
I also tried doing a pass through function and passing the TppRichText
as a parameter, but I just got 'Could not compile.' messages.
Since you've defined FindText in RAP, shouldn't TSearchTypes be defined too?
Thanks,
Kevin
parameter (TSearchTypes) which RAP doesn't want to allow. I looked at
the FAQ on adding support for set types, but it looks to me that it is
only referring to set type properties, not set type function parameters.
I also tried doing a pass through function and passing the TppRichText
as a parameter, but I just got 'Could not compile.' messages.
Since you've defined FindText in RAP, shouldn't TSearchTypes be defined too?
Thanks,
Kevin
This discussion has been closed.
Comments
Kevin