Applies to

All controls.

Description

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

Usage

origvalue = Get_Property (objectname"ORIG_ xxx")

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

Remarks

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.
  • No labels