toSource()
書式
srcText =
app.generalPreferences
.toSource()
説明
toSource()はGeneralPreferenceオブジェクトのソースコードを返します。
var gp=app.generalPreferences; alert(gp.toSource());
目次に戻る