Outside call
Outside call : Boolean
引数 | 型 | 説明 | |
---|---|---|---|
戻り値 | Boolean | ← | True if the execution cycle is an outside call |
このコマンドはスレッドセーフではないため、プリエンプティブなコードには使えません。
説明
Outside call は、実行サイクルのあとにTrueを返します。
Outside call 実行サイクルが生成されるためには、デザイン環境においてOn Outside call イベントプロパティがフォーム・オブジェクトに対して選択されていることを確認して下さい。
注: このコマンドは、Form event code コマンドを使用して、On Outside call イベントを返すかどうかを試すのと同じであると言えます。