Occurs when a system message occurs that is not a PowerBuilder message.
Event ID |
Objects |
---|---|
pbm_other |
Windows and controls that can be placed in windows |
Argument |
Description |
---|---|
wparam |
UnsignedLong by value |
lparam |
Long by value |
Long. Return code choices (specify in a RETURN statement):
0 Continue processing
The Other event is no longer useful, because you can define your own user events. You should avoid using it, because it slows performance while it checks every Windows message.