Concept Framework 2.2 documentation Contents | Index

RForm.KeepAbove

Name Type Access Version Deprecated
KeepAbove property public version 1.0 no

Prototype:
[Read/Write] property KeepAbove[=true|false]


Description:
Asks to keep RForm above (if set to true), so that it stays on top.
Note that you shouldn't assume the RForm is definitely above afterward, because other entities (e.g. the user or window manager) could not keep it above, and not all window managers support keeping windows above. But normally the window will end kept above. Just don't write code that crashes if not.
It's permitted to call this function before showing a window, in which case the window will be kept above when it appears onscreen initially.

Returns:
Returns true if the RForm is kept above other windows, false otherwise.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:05 2013 GMT(c)2013 Devronium Applications