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. ====== CANCEL property ====== ==== Applies To ==== Window. ==== Description ==== With Get_Property, returns the control identifier to which the CANCEL property has been assigned. The control identifier indicates which button is called if the escape key is pressed. ==== Usage ==== //objectname// = **Get_Property**(//window//, "**CANCEL**") //existingprop// = **Set_Property**(//windowname//, "**CANCEL**", //objectname//) ==== Remarks ==== Values passed in Set_Property: ^Value^Description^ |//objectname//|Name of a push-button to have the CANCEL property.| ==== Returns ==== Values returned by both Get_Property and Set_Property: ^Value^Description^ |//objectname//|Name of control having the CANCEL property.| |//existingprop//|Control identifier having the CANCEL property, when Set_Property was run.| ==== See Also ==== [[default|DEFAULT property]] guides/programming/programmers_reference_manual/cancel.txt Last modified: 2024/06/19 20:20by 127.0.0.1