ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage syntax / Reserved keywords
  • Manipulating the controls of the sliding window from the current window
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
MyLeftSlidingWindow (Reserved word)
In french: MaFenêtreCoulissanteGauche
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window. When running the window, MyLeftSlidingWindow is replaced with the window (and not by the name of the window). Then, MyLeftSlidingWindow can be used like any other window.
Use: MyLeftSlidingWindow allows you to handle, from the current window, the controls found in the left sliding window associated with the current window.
Example
MyLeftSlidingWindow.ConnectAfter(False)
WinSlidingVisible(swLeft, True)
Syntax
MyLeftSlidingWindow
Remarks

Manipulating the controls of the sliding window from the current window

MyLeftSlidingWindow is always replaced with the left sliding window defined for the current window. In the example below, the Color property is used on a Static control:
// Changes the color of a caption in the left sliding window
MyLeftSlidingWindow.STC_Caption.Color = LightRed
Minimum version required
  • Version 19
Comments
Click [Add] to post a comment

Last update: 12/20/2023

Send a report | Local help