Applies to
TPMLiveSpell3 component
Declaration
property ParsingEngine: TParsingEngine;
Description
This property is a reference to the internal parsing object used by the component for parsing words (see Addict documentation for details). Most applications won't refer or assign to it, but it is possible to do custom word parsing by assigning to it a custom TParsingEngine.
It is considered that TPMLiveSpell3 owns the parsing object it refers to. It will be destroyed when TPMLiveSpell3 is destroyed.
ParsingEngine is available at run-time only.