Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Syntax 3: For windows – PB Docs 2019 – PowerBuilder Library

Syntax 3: For windows – PB Docs 2019

Syntax 3: For windows

Description

Occurs when the user double-clicks in an unoccupied area of the
window (any area with no visible, enabled object).

Event ID

Event ID

Objects

pbm_lbuttondblclk

Window

Arguments

Argument

Description

flags

UnsignedLong by value (the modifier keys and mouse
buttons that are pressed).

Values
are:

  • 1 — Left mouse button

  • 2 — Right mouse button

  • 4 — Shift key

  • 8 — Ctrl key

  • 16 — Middle mouse button

In the Clicked event, the left mouse
button is being released, so 1 is not summed in the value of
flags.

For an explanation of flags, see Syntax 2 of
MouseMove.

xpos

Integer by value (the distance of the pointer from
the left edge of the window’s workspace in
pixels).

ypos

Integer by value (the distance of the pointer from
the top of the window’s workspace in pixels).

Return Values

Long.

Return code choices (specify in a RETURN statement):

0 — Continue processing

Usage

The xpos and ypos arguments provide the same values the functions
PointerX and PointerY return when you call them for the window.

See also

Clicked

MouseDown

MouseMove

MouseUp

RButtonDown


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x