bool IsKeyHtml() const;
IsKeyHtml determines if the key string (returned by GetKey) is HTML or not. The method returns true if the key is HTML and this may happen only if the Translator::Cap_ReceiveHtml flag is set in the value returned by GetCaps. If this flag is not set and the textfield contains HTML, then HTML tags will be stripped out and IsKeyHtml will return false.
True if the key string is HTML otherwise false. The value depends on the bit flags returned by GetCaps.