You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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:

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

Returns

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.

See also

DEFAULT property

  • No labels