Translator::CanReceiveHtml

Translator::CanReceiveHtml
inline bool CanReceiveHtml() const;
Description

CanReceiveHtml determines whether Translate implementation can process HTML strings passed by the player. 

This function relies on GetCaps to obtain capability flag bits.

Return Value

A Boolean value of true if Cap_ReceiveHtml flag is reported by GetCaps, false otherwise.