[Overview][Constants][Types][Classes][Index] |
Configures the console by reading option strings from a text file.
Source position: baseconsoled.inc line 44
procedure IPTCConsole.Configure( |
const AFileName: String |
); |
AFileName |
|
The configuration text file. |
Configures the console by reading option strings from the text file AFile. If the configuration file does not exist or cannot be read, this function will fail silently. No exception will be raised in this case.
todo: example configuration file plus explanation.
|
Passes an implementation specific option string to the surface. |