Lade...
 

CX_WIDGET::GetModule

CX_WIDGET::GetModule

Beschreibung:

Diese Klassenfunktion liefert den Modul, in dem sich das Widget befindet, zurück.

Code-Beispiel:
NEW_PARENT: ClearObox(, childBox)
              parent FillWindow
              parent Call(GetChildren) FillObox(, childBox)
              parent Call(IsMixed) if { Lock(, Name()) Lock(, inhWins)
                                          Show(, ph3)
                                      }
              parent Call(GetModule)
              Dup Call(IsDerived)
              if
              { ClearObox(, inhWins)
                Show(, inhWins)
                Show(, pInh)
                Call(GetInheritedWindows)
                FillObox(, inhWins)
              }
              else { Hide(, inhWins)
                     Hide(, pInh)
                   }
Stack
Stack Position Objekttyp Kurzbeschreibung
Stack(In) Top CX_WIDGET Ein Widget
Stack(Out) Top CX_MODULE Der Modul
Funktionsaufruf: Call(GetModule)