Syntax 7: For other controls
Description
Occurs when the user clicks on the control.
Event ID
|
Event ID |
Objects |
|---|---|
|
pbm_bnclicked |
CheckBox, CommandButton, Graph, OLE, Picture, |
|
pbm_lbuttondown |
DatePicker, MonthCalendar |
Arguments
None
Return Values
Long.
Return code choices (specify in a RETURN statement):
0 — Continue processing
Usage
The Clicked event occurs when the user releases the mouse
button.
If another control had focus, then a GetFocus and a Clicked event
occur for the control the user clicks.
Examples
This code in an OLE control’s Clicked event activates the object
in the control:
|
1 2 |
integer li_success li_success = This.Activate(InPlace!) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest