ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
// Browse the enumeration options // --------------------------------------- // Declaration code // Declare an enumeration RobotType is Enumeration Walk Stopped InMaintenance OutOfOrder END
// Browse the values FOR EACH Option OF RobotType Trace(Option..Name) END
Marks the beginning of the statement block.
Value Description variable corresponding to the enumeration value. There is no need to declare this variable.
Enumeration containing the values to browse.
Last update: 10/30/2024
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: