mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 18:08:35 +02:00
lcl: comments
This commit is contained in:
parent
4da0b43603
commit
e3ab8ac5c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user