Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| code:modulstart [2025/10/12 04:21] – angelegt Harald Schmid | code:modulstart [2025/10/12 04:50] (aktuell) – Harald Schmid | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Modulstart ====== | ====== Modulstart ====== | ||
| + | |||
| + | * ActivateModule | ||
| + | * DeactivateModule | ||
| + | * ExitModule | ||
| + | * LoadModuleDetails | ||
| + | * FCurrentModule := ModuleByID | ||
| + | * SetHeadingForCurrentModule | ||
| + | * ShowPresetsForCurrentModule | ||
| + | * ShowTagsForCurrentModule | ||
| + | * ShowModuleConfigForm | ||
| + | * ShowDataPane(false) | ||
| + | * CachedTables | ||
| + | * FCurrentModule.Init | ||
| + | |||
| + | |||
| + | * Create | ||
| + | * FCurrentConfig | ||
| + | * FDS ? | ||
| + | * FGridSelectWithCheckboxes ? | ||
| + | * FConnections | ||
| + | * FView | ||
| + | * FInfo | ||
| + | * FEvents | ||
| + | * FData | ||
| + | * FForms | ||
| + | * FLayout | ||
| + | * FActiveConnections | ||
| + | * FPreset | ||
| + | * Init | ||
| + | |||
| * FormCreate | * FormCreate | ||