Einzelnen Beitrag anzeigen

Benutzerbild von hitzi
hitzi

Registriert seit: 2. Jan 2003
Ort: Eibau
768 Beiträge
 
Delphi 2010 Professional
 
#21

Re: Dynamisch ComPort ermitteln...

  Alt 23. Feb 2007, 10:03
Delphi-Quellcode:
type TComPort = record
       Name : string;
       Details : string;
end;

fComport : array of TComPort;
Thomas
Besucht doch mal http://www.hitziger.net
  Mit Zitat antworten Zitat