ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Using the Abbreviation property on a control
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 706: The property does not exist on this type of control
Reason
You are trying to run a property. This property cannot be used on the specified type of control.
Remark: The automatic completion automatically proposes the properties corresponding to the type of control used. If the property is not found in this list, it cannot be used on this type of control.
Correction
See the online help to find the requested property and the type of control onto which this property can be applied.
Example

Using the Abbreviation property on a control

Code triggering the error
Trace(BTN_Button1..DisplayedItem)
Possible correction
Use another property.
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help