The Elem Class object is logically abstract and is the class from which all GUI objects are subclassed. It contains the methods and fields common to all GUI objects.
The elem.peer
field points at the specific
WPF Forms Object as its
Peer Object.
The peer.tag
field points back at the Elem Class.
Every Elem object contains a elem.form
field which is a pointer to the owning
Form Object.
Copyright © 2018-2021, 2022, Rexcel System Inc.