OnGridMouseDown

<< Click to Display Table of Contents >>

マニュアル > コントロールリファレンス > 基本 > グリッドコントロール > イベント >

OnGridMouseDown


 

グリッド上でマウスのボタンが押されたときに発生する。

 


構文

event OnGridMouseDown(

         button,

         col,

         row,

         data

         )

 


パラメータ

 

button


型:

数値


マウスのボタンの種類です。

・マウスの左ボタン    1

・マウスの中央ボタン  2

・マウスの右ボタン   3

 

col


型:

数値


列位置。

 

row


型:

数値


行位置。

 

data


型:

文字


セルの値。

 


参照