Versions Compared

Key

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

...

The use of this property does not require the use of the DEFPROP property or LOSTFOCUS event processing.

See also

RECORD property

Example

Code Block
// Retrieve the contents of the screen, change a field and reset the screen
atrecord = Get_Property(@window, 'ATRECORD')
atRecord<2> = 'Ralph Waldo Emerson'
atrecord = Set_Property(@window, 'ATRECORD',atRecord)