Interface IMainService
Unit
Declaration
type IMainService = interface(IInterface)
Description
Interface
Attributes
- GUID['{F60F6353-A3B1-46A1-82AF-54F1BE568E4C}']
Hierarchy
- IInterface
- IMainService
Overview
Methods
![]() |
function Console: TConsoleReaderThread; |
![]() |
function ContractDB: TContractDB; |
![]() |
procedure UpdateMainFormPosition(AForm: TForm); |
![]() |
procedure ValidateMonitorSettings; |
![]() |
procedure IniPropStorageRestore; |
![]() |
procedure IniPropStorageSetAllOptionsToDefault; |
![]() |
procedure IniPropStorageSetAllOptions; |
![]() |
function GetPathLoadExecuteDir: String; |
![]() |
procedure SetPathLoadExecuteDir(Path: String); |
![]() |
procedure SavePathLoadExecuteDir; |
![]() |
function GetPathSaveExecuteDir: String; |
![]() |
procedure SetPathSaveExecuteDir(Path: String); |
![]() |
procedure SavePathSaveExecuteDir; |
![]() |
function GetFileNameCommoditiesList: String; |
![]() |
procedure SetFileNameCommoditiesList(Path: String); |
![]() |
procedure SaveFileNameCommoditiesList; |
![]() |
function GetFileNameStationsList: String; |
![]() |
procedure SetFileNameStationsList(Path: String); |
![]() |
procedure SaveFileNameStationsList; |
![]() |
procedure ShowConsoleSettings(Sender: TObject); |
![]() |
procedure ShowHideConsole; |
![]() |
procedure FormKeyDownPressConsole; |
Description
Methods
![]() |
function Console: TConsoleReaderThread; |
|
Console Server | |
![]() |
function ContractDB: TContractDB; |
|
Contract Database | |
![]() |
function GetPathLoadExecuteDir: String; |
ReturnsThe path to the load execute directory. | |
![]() |
procedure SetPathLoadExecuteDir(Path: String); |
|
Sets the path to the load execute directory. | |
![]() |
procedure SavePathLoadExecuteDir; |
|
Saves the path to the load execute directory. | |
![]() |
function GetPathSaveExecuteDir: String; |
ReturnsThe path to the save execute directory. | |
![]() |
procedure SetPathSaveExecuteDir(Path: String); |
|
Sets the path to the save execute directory. | |
![]() |
procedure SavePathSaveExecuteDir; |
|
Saves the path to the save execute directory. | |
![]() |
function GetFileNameCommoditiesList: String; |
ReturnsThe name of the commodities list file. | |
![]() |
procedure SetFileNameCommoditiesList(Path: String); |
|
Sets the name of the commodities list file. | |
![]() |
procedure SaveFileNameCommoditiesList; |
|
Saves the name of the commodities list file. | |
![]() |
function GetFileNameStationsList: String; |
ReturnsThe name of the stations list file. | |
![]() |
procedure SetFileNameStationsList(Path: String); |
|
Sets the name of the stations list file. | |
![]() |
procedure SaveFileNameStationsList; |
|
Saves the name of the stations list file. | |
![]() |
procedure ShowConsoleSettings(Sender: TObject); |
|
Shows the console settings form. | |
![]() |
procedure ShowHideConsole; |
|
Shows or hides the console. | |
