====== ORIG_XXX property ====== ==== 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. ^Property^Description^ |ORIG_X|Leftmost coordinate, where applicable.| |ORIG_Y|Upper left coordinate, where applicable.| |ORIG_WIDE|Width of control, where applicable.| |ORIG_HIGH|Height of control, where applicable.| |ORIG_TEXT|Any text property.| |ORIG_ENABLE|True, if enabled; false, if disabled.| |ORIG_VISIBLE|True, if visible; false, if not visible.| |ORIG_BACKCOLOR|Background color.| |ORIG_FORECOLOR|Foreground (including typeface) color.| |ORIG_FONT|Font properties (refer to the FONT property).| |ORIG_LIST|Value of the list in a combo box, edit table, or list box control (@FM-delimited).| |ORIG_VALUE|Value associated with a specific radio button.| |ORIG_LABEL|Column heading values, @SVM-delimited.| |ORIG_ROWVALUE|The record read in the READ event.|