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