Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== CHECK property ====== ==== Applies To ==== Check box, menu item, radio button. ==== Description ==== Returns or sets the value of a check box. ==== Usage ==== //checkedstatus// = **Get_Property**(//objectname//, "**CHECK**") //existingprop// = **Set_Property**(//objectname//, "**CHECK**", //status//) ==== Remarks ==== Values passed in Set_Property: ^Value^Description^ |//Status//|Boolean true (1) or false (0).| ==== Returns ==== Values returned by both Get_Property and Set_Property: ^Value^Description^ |//Checkedstatus//|Report on Boolean status of check box.| |//Existingprop//|Check box value, when Set_Property was run.| ==== See Also ==== [[value|VALUE property]] guides/programming/programmers_reference_manual/check.txt Last modified: 2024/06/19 20:20by 127.0.0.1