Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

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

...

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.

...