CANCEL property

Window.

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.

objectname = Get_Property(window, "CANCEL")

existingprop = Set_Property(windowname, "CANCEL", objectname)

Values passed in Set_Property:

ValueDescription
objectnameName of a push-button to have the CANCEL property.

Values returned by both Get_Property and Set_Property:

ValueDescription
objectnameName of control having the CANCEL property.
existingpropControl identifier having the CANCEL property, when Set_Property was run.
  • guides/programming/programmers_reference_manual/cancel.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1