mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 10:39:09 +02:00
lcl: comments
This commit is contained in:
parent
4da0b43603
commit
e3ab8ac5c3
@ -579,8 +579,8 @@ procedure FreeUnusedLCLHelpSystem;
|
|||||||
|
|
||||||
// URL functions
|
// URL functions
|
||||||
// used names:
|
// used names:
|
||||||
// URL: Type + Path + Params e.g. http://www.freepascal.org?param
|
// URL: Scheme + Path + Params e.g. http://www.freepascal.org?param
|
||||||
// URLType: e.g. file or http
|
// URLScheme: e.g. file or http
|
||||||
// URLPath: URL without type and without parameters (always / as path delimiter)
|
// URLPath: URL without type and without parameters (always / as path delimiter)
|
||||||
// URLParams: parameters appended by ? or #
|
// URLParams: parameters appended by ? or #
|
||||||
function FilenameToURL(const Filename: string): string;
|
function FilenameToURL(const Filename: string): string;
|
||||||
|
Loading…
Reference in New Issue
Block a user