StopUpdate

<< Click to Display Table of Contents >>

マニュアル > リファレンス > メソッド >

StopUpdate


 

キャッシュの自動更新を終了します。

 

 


構文

bResult = AxEng1.StopUpdate(

                                 [UnitName]

                                 )


パラメータ

UnitName

 

type:

string

 

自動更新の終了を行いたいユニット名を指定します。指定がない場合は、すべてのユニットの終了処理を行います。

 

戻り値

bResult

 

type:

bool

 

FALSE - 失敗。TRUE - 成功。

 


解説

StopUpdateメソッドを呼び出すと、StartUpdateで開始したキャッシュの自動更新を停止します。

 

 

 

 


参照

 

StartUpdate

ReadVal

GetVal

ValueChanged