ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The Minimized property is used to:
  • find out whether a repositionable note is minimized,
  • minimize or restore a repositionable note.
Example
// Expand a Repositionable Note control and leave it expanded
NOTE_MyNote.Minimized = False
NOTE_MyNote.AutomaticallyMinimized = 0
// Collapse Repositionable Note control after one minute
NOTE_MyNote.Minimized = True
NOTE_MyNote.AutomaticallyMinimized = 60
Syntax

Finding out whether a repositionable note is minimized Hide the details

<Result> = <Ranking control>.Minimized
<Result>: Boolean
  • True if the Repositionable Note control is minimized. The note is displayed in the top right corner of the window,
  • False if the Repositionable Note control is entirely displayed.
<Ranking control>: Control name
Name of the Note control to use.

Minimizing or restoring a repositionable note Hide the details

<Ranking control>.Minimized = <Reduction>
<Ranking control>: Control name
Name of the Note control to use.
<Reduction>: Boolean
  • True if the Repositionable Note control must be minimized,
  • False if the Repositionable Note control must be entirely displayed.
Remarks
  • When minimized (Minimized property set to True), the repositionable note is positioned at the upper-right corner of the window.
  • AutomaticallyMinimized is used to find out and define the timeout before the repositionable note is automatically minimized.
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help