ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
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
Error 2109: You are using the ObjectInfo function
Reason
You are trying to use the ObjectInfo function. This function does no longer exist in WINDEV. Use one of the replacing functions.
Correction
Replace ObjectInfo by one of the new WLanguage functions:
DescriptionCorresponding WLanguage function
ObjectInfo(xx,0)List of elements found in a window, in a group of controls, in a tab, etc.EnumControl
ObjectInfo(xx,1)
ObjectInfo(2)Name of the element that contains the control (name of the window, name of the Table control, supercontrol, etc.)ParentObject
ObjectInfo(4)Name of the tab containing the controlControlTab
ObjectInfo(11)Name of the control hovered by the mouse cursorControlOver
ObjectInfo(15,4)Handle of Combo Box control elements (input area or list of the Combo Box control)Handle
ObjectInfo(22)Configures the timeout for opening a system window (opened by functions such as Error, Info, etc.)DelayBeforeClosing
ObjectInfo(26)Name of a column according to its subscriptTableEnumColumn
ObjectInfo(34)Modification of the colors in a tooltipToolTipColor
ObjectInfo(35)Fixes a column of a Table controlTableFixColumn
ObjectInfo(36)Moves a column in a Table controlTableMoveColumn
ObjectInfo(39)List of sorted columnsTableSortedColumn
ObjectInfo(43)Auto-filled Combo Box: allows (or not) retrieving the value defined by gLink in a List Box or Combo Box controlgLinkActivate, gStoredValueEnable
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help