ホストのオブジェクトを表します。
$host
$host.messageBox("Hello world")
は、以下と等価です。
xfa.host.messageBox("Hello world")
詳しくは、「ホストアプリケーションの使用」を参照してください。