Naja...
Delphi-Quellcode:
type
TUser =
class(TObject)
Name, Passwort:
string;
Verzeichnis:
string;
Admin: Boolean;
end;
TUserConnection =
class(TObject)
User: TUser;
Client: TCustomIPSocket
// bzw. das Indy-Gegenstück, das dir sicher übergeben wird
procedure CutOff;
end;
Das wär mal ne Architektur, die du dann zum Beispiel in
XML speichern könntest.
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1