ORIG_XXX property

All controls.

You can use the ORIG_XXX properties to reset control properties to their original values.

origvalue = Get_Property(objectname, "ORIG_ xxx")

where xxx is replaced by one of the values in the table below.

The following properties address the specified control attributes.

PropertyDescription
ORIG_XLeftmost coordinate, where applicable.
ORIG_YUpper left coordinate, where applicable.
ORIG_WIDEWidth of control, where applicable.
ORIG_HIGHHeight of control, where applicable.
ORIG_TEXTAny text property.
ORIG_ENABLETrue, if enabled; false, if disabled.
ORIG_VISIBLETrue, if visible; false, if not visible.
ORIG_BACKCOLORBackground color.
ORIG_FORECOLORForeground (including typeface) color.
ORIG_FONTFont properties (refer to the FONT property).
ORIG_LISTValue of the list in a combo box, edit table, or list box control (@FM-delimited).
ORIG_VALUEValue associated with a specific radio button.
ORIG_LABELColumn heading values, @SVM-delimited.
ORIG_ROWVALUEThe record read in the READ event.
  • guides/programming/programmers_reference_manual/orig_xxx.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1