Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu
Online

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.239 Beiträge
 
Delphi 12 Athens
 
#10

AW: Globale Variable - Definition

  Alt 14. Mai 2011, 22:23
Delphi-Quellcode:
function dBK: TdBK;
begin
  if not Assigned(gdBK) then
    gdBK := TdBK.Create;
  Result := gdBK;
end;

initialization

finalization
  gdBK.Free;

end.
So sieht es doch auch nett aus.
$2B or not $2B
  Mit Zitat antworten Zitat