
BBjWindow::getWindowFlags
Description
This method returns a four-byte string that contains the flags used to create the window or child window.
Syntax
Return Value |
Method |
string |
getWindowFlags() |
Parameters
None.
Return Value
Returns a four-byte string that contains the flags used to create the window or child window.
Remarks
None.
Example
rem ' getWindowFlags sysgui = unt open (sysgui)"X0" sysgui! = bbjapi().getSysGui() window! = sysgui!.addWindow(100,100,300,75,"Window",$00090083$) flags$ = window!.getWindowFlags() window!.addStaticText(101,25,25,250,25,"getWindowFlags: $"+hta(flags$)+"$",$$) window!.setCallback(window!.ON_CLOSE,"eoj") process_events eoj: release |
See Also
Get Window Flags - SENDMSG() Function 22
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.