Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.184 Beiträge
Delphi 12 Athens
|
Re: Eure besten Quellcode Kommentare...
23. Feb 2010, 14:06
Delphi-Quellcode:
IURLModule = interface
['{9D215B02-6073-45DC-B007-1A2DBCE2D693}']
procedure Close;
function GetURL: string; // tested
procedure SetURL(const AURL: string); // tested
procedure SourceActivated;
function GetWindowClosingEvent: TWindowClosingEvent; // WARNING!!! DO NOT CALL!!!
Quelle: http://www.delphipraxis.net/internal...084650#1084650
Das fand ich jetzt witzig ... woraum diese Funktion dann im öffentlichen Interface nicht einfach weglassen?
$2B or not $2B
|