Window Event In PowerBuilder

Window Event In PowerBuilder

WINDOW EVENTS IN POWERBUILDER
ActivateJust before the window becomes active
ClickedUser clicks in an unoccupied area of the window (any area with no visible, enabled control)
CloseWhen window is closed.
CloseQueryWhen you remove a window from display (close it)
DeactivateWhen window becomes inactive.
DoubleClickedWhen user double-clicks in an unoccupied area of the window (any area with no visible,  enabled object).
DragDropWhen a dragged control is dropped on the window.
DragEnterDragged control enters the window.
DragLeaveDragged control leaves the window.
DragWithinDragged control is within the window.
HideJust before the window is hidden.
HotLinkAlarmAfter a DDE server app has sent (changed) data and the client DDE application has received it.
KeyWhen user presses a key and the insertion point is not in RichTextEdit or DataWindow edit control. 
MouseDownWhen the user presses the left mouse button in an unoccupied area of the window (any area with  no visible,enabled object).
MouseMoveWhen the pointer is moved within the window.
MouseUpWhen user releases the left mouse button in an unoccupied window area  (any area with no visible, enabled object).
OpenWhen a script executes the Open function for a window.
OtherWhen a Windows message occurs that is not a PowerBuilder event.
RButtonDownWhen right mouse button is pressed in an unoccupied window area (any area with no  visible, enabled object).
RemoteExecWhen a DDE client application has sent a command.See the platform note at the beginning of   this section
RemoteHotLinkStartWhen a DDE client application wants to start a hot link.
RemoteHotLinkStopWhen a DDE client application wants to end a hot link. 
RemoteRequestWhen a DDE client application requests data.
RemoteSendWhen a DDE client application has sent data.S
ResizeWhen the user or a script opens or resizes a window.
ShowWhen a script executes the Show function for this window. The event occurs just before the window is displayed.
SystemKeyWhen the insertion point is not in a line edit and the user presses ALT or ALT + another key
TimerWhen a specified number of seconds elapses after the Timer function has been called.
ToolbarMovedIn an MDI frame window, when the user moves the FrameBar or SheetBar

Good Luck!

PassWords

About The Author

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments