ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The property Pinned property allows you to:
  • Pinning or not pinning a field: the pinned field will be positioned in relation to the visible area of its container instead of the content area.
    In a mobile window, this property keeps a control in the same position relative to the screen, even when the window is scrolled.
  • Determine if a control is pinned.
Note: This property corresponds to the "Pinned control" option available in the "UI" tab of the control description window (parallax and pinned control button).
Example
BTN_NouveauMessage.Epinglé = True 
BTN_NouveauMessage.MasquageAuScroll = True
Syntax

Determine if a control is pinned Hide the details

<Result> = <Control used>.Pinned
<Result>: Boolean
  • True if the control is pinned (fixed position relative to its container),
  • False otherwise.
<Control used>: Control name
Name of the control to be used.

Pinning a control Hide the details

<Control used>.Pinned = <Pinned?>
<Control used>: Control name
Name of the control to be used.
<Pinned?>:
  • True if the control is to be pinned (fixed position relative to its container),
  • False otherwise.
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help