Class TExecutive

Unit

Declaration

type TExecutive = class(TObject)

Description

Hierarchy

Overview

Fields

Public ExecCommand: ArrayOfString;
Public ExecOption: ArrayOfString;
Public PlotOption: ArrayOfString;
Public ShowOption: ArrayOfString;
Public ExportOption: ArrayOfString;
Public DSS: TDSSContext;
Public CommandList: TCommandList;
Public OptionList: TCommandList;
Public PlotCommands: TCommandList;
Public ShowCommands: TCommandList;
Public ExportCommands: TCommandList;

Methods

Public constructor Create(dssContext: TDSSContext);
Public destructor Destroy; override;
Public PROCEDURE CreateDefaultDSSItems;
Public Procedure Write_to_RecorderFile(const s:String);
Public Procedure Clear(Resetting: Boolean = True);
Public Procedure ClearAll;
Public procedure Set_Command(const Value: String); overload;
Public procedure Set_Command(const Value: String; LineNum: Integer); overload;
Public procedure ZipOpen(ZipFileName: String);
Public procedure ZipClose();
Public procedure ZipRedirect(FileInZip: String);
Public procedure ZipExtract(var ResultPtr: PByte; ResultCount: PAPISize; FileInZip: String);
Public function ZipHashes(var Hashes: TFPHashList): Boolean;
Public function InZip: Boolean;
Public function CurrentZipFileName: String;
Public procedure SetInZipPath(path: String);
Public function GetZipStream(fn: String): TStream;

Properties

Public property Command: String read Get_Command write Set_Command;
Public property Error: Integer read Get_ErrorResult;
Public property LastError: String read Get_LastError;
Public property RecorderOn: Boolean Read FRecorderOn write Set_RecorderOn;

Description

Fields

Public ExecCommand: ArrayOfString;
 
Public ExecOption: ArrayOfString;
 
Public PlotOption: ArrayOfString;
 
Public ShowOption: ArrayOfString;
 
Public ExportOption: ArrayOfString;
 
Public DSS: TDSSContext;
 
Public CommandList: TCommandList;
 
Public OptionList: TCommandList;
 
Public PlotCommands: TCommandList;
 
Public ShowCommands: TCommandList;
 
Public ExportCommands: TCommandList;
 

Methods

Public constructor Create(dssContext: TDSSContext);
 
Public destructor Destroy; override;
 
Public PROCEDURE CreateDefaultDSSItems;
 
Public Procedure Write_to_RecorderFile(const s:String);
 
Public Procedure Clear(Resetting: Boolean = True);
 
Public Procedure ClearAll;
 
Public procedure Set_Command(const Value: String); overload;
 
Public procedure Set_Command(const Value: String; LineNum: Integer); overload;
 
Public procedure ZipOpen(ZipFileName: String);

ZIP functions

Public procedure ZipClose();
 
Public procedure ZipRedirect(FileInZip: String);
 
Public procedure ZipExtract(var ResultPtr: PByte; ResultCount: PAPISize; FileInZip: String);
 
Public function ZipHashes(var Hashes: TFPHashList): Boolean;
 
Public function InZip: Boolean;
 
Public function CurrentZipFileName: String;
 
Public procedure SetInZipPath(path: String);
 
Public function GetZipStream(fn: String): TStream;
 

Properties

Public property Command: String read Get_Command write Set_Command;
 
Public property Error: Integer read Get_ErrorResult;
 
Public property LastError: String read Get_LastError;
 
Public property RecorderOn: Boolean Read FRecorderOn write Set_RecorderOn;
 

Generated by PasDoc 0.16.0.