Hello friends,
Is there a Function or Property available to directly read plain, de-formatted text from a memo field which contains RTF-formatted text?
I need to be able to access, from one app to another, the plain text contained in RTF memo fields (i.e. no RTF codes). Since the incoming text is not going to be used at all by RTF, it isn't getting bound to an oleRtfControl... and therefore the oleControl.Text property (which I know does strip out the code) is not available. Is there a direct method by which I can do this (i.e. something more direct than either adding a temporary, intermediate RTF control or building a parser)? E.g. a DLL function etc.
TIA
Is there a Function or Property available to directly read plain, de-formatted text from a memo field which contains RTF-formatted text?
I need to be able to access, from one app to another, the plain text contained in RTF memo fields (i.e. no RTF codes). Since the incoming text is not going to be used at all by RTF, it isn't getting bound to an oleRtfControl... and therefore the oleControl.Text property (which I know does strip out the code) is not available. Is there a direct method by which I can do this (i.e. something more direct than either adding a temporary, intermediate RTF control or building a parser)? E.g. a DLL function etc.
TIA