With the SalGetFirstChild(Handle, TYPE_CONSTANT)
function you can recieve the first child of the given handle. For this TYPE_CONSTANT can be a table, data field, radio-button and so on.
My question now is, if it's possible to redfine this TYPE for own classes derived from an upper class, e.g. two differend subclasses of a data field?
If yes - how can this be done? I didn't find any further comment on this TYPES in the gupta help aside from the main entry (which consists of a list of predefined TYPES) and the two entries for SalGetFirstChild
and SalGetNextChild
.