ORIG_STRUCT property

All controls.

Used only with Get_Property(), returns the structure with initial values of the control.

column = Get_Property(objectname, "ORIG_STRUCT")

This is useful when you want to manipulate a non changeable property for a particular control. You can procedurally capture the control's attribute information, manipulate the desired property, destroy the control, and then re-create the control using the modified information gathered from ORIG_STRUCT. For an example, see the TABBED_TEMPLATE form's CREATE event in the EXAMPLES application.

An @VM delimited array of the control's attributes and values. Refer to the PS_EQUATES record for positional information about the layout of the array.

  • guides/programming/programmers_reference_manual/orig_struct.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1