ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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

Using the Name property on a Boolean variable

Code triggering the error
b is boolean
b..Name = "C"
Possible correction
Use another property, another function, etc.
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help