[Overview][Constants][Types][Classes][Index] Reference for unit 'ptc' (#ptc)

IPTCConsole.Configure

Configures the console by reading option strings from a text file.

Declaration

Source position: baseconsoled.inc line 44

procedure IPTCConsole.Configure(

  const AFileName: String

);

Arguments

AFileName

  

The configuration text file.

Description

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.

See also

IPTCSurface.Option

  

Passes an implementation specific option string to the surface.