lcl: comments

This commit is contained in:
mattias 2022-04-05 13:36:09 +02:00
parent 4da0b43603
commit e3ab8ac5c3

View File

@ -579,8 +579,8 @@ procedure FreeUnusedLCLHelpSystem;
// URL functions
// used names:
// URL: Type + Path + Params e.g. http://www.freepascal.org?param
// URLType: e.g. file or http
// URL: Scheme + Path + Params e.g. http://www.freepascal.org?param
// URLScheme: e.g. file or http
// URLPath: URL without type and without parameters (always / as path delimiter)
// URLParams: parameters appended by ? or #
function FilenameToURL(const Filename: string): string;