Concept Framework 2.2 documentation Contents | Index

RForm.Decorations

Name Type Access Version Deprecated
Decorations property public version 1.0 no

Prototype:
[Read/Write] property Decorations[=DECOR_ALL | DECOR_BORDER | DECOR_RESIZEH | DECOR_TITLE | DECOR_MENU | DECOR_MINIMIZE | DECOR_MAXIMIZE]


Description:
This property controls how a window is decorated. If you want to combine two ore more decoration constants, you can use the " | " operator.

Example:
	Form.Decorations=DECOR_MENU | DÉCOR_MINIMIZE;
	// this window will have only the menu and the minimize button available for the user

Returns:
Returns the decorations of a window.

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