Castle Game EngineIntroduction Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Unit CastleOpenDocument
Description
Opening files and URLs.
Overview
Functions and Procedures
Constants
Description
Functions and Procedures
function OpenURL(AURL: String): Boolean; |
Open URL with the suitable application.
This detects and handles also local files (as filenames, or URLs with "file:" protocol).
|
function OpenDocument(APath: String): Boolean; |
Warning: this symbol is deprecated.
Open a local file or directory. You should instead use OpenURL, that automatically detects local filenames and URLs leading to local filenames.
|
Constants
SCannotOpenURL = 'Browser not found on your system.'; |
FreeType ——————————————————————-
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:37
|