Online
Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.239 Beiträge
Delphi 12 Athens
|
AW: Globale Variable - Definition
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
|