Thema: Delphi array of WideChar leer?

Einzelnen Beitrag anzeigen

Benutzerbild von DGL-luke
DGL-luke

Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
 
Delphi 2006 Professional
 
#2

Re: array of WideChar leer?

  Alt 26. Okt 2006, 19:23
Delphi-Quellcode:
function IsWideCharArrayEmpty(w: array of WideChar): Boolean;
begin
  Result := (length(w)=0) or (w[0] = #0); //relies on lazy bool evaluation!
end;
Da ich mit Widechars normalerweise nicht hantiere, weiß ich nicht, ob das so reicht.
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
  Mit Zitat antworten Zitat