hallo,
ich kenne das von Delphi so, wenn ich ein zweites Formular einrichte
werde ich gefragt, ob es mit Form1 verknüpft werden soll.
Wie mache ich das bei Lazarus?
zweites (Form2) einbinden
Re: zweites (Form2) einbinden
Code: Alles auswählen
type
TLiveSelection = (lsMoney, lsChilds, lsTime);
TLive = Array[0..1] of TLiveSelection;