Class TExecutive
Unit
Declaration
type TExecutive = class(TObject)
Description
Hierarchy
- TObject
- TExecutive
Overview
Fields
Methods
constructor Create(dssContext: TDSSContext); |
|
destructor Destroy; override; |
|
PROCEDURE CreateDefaultDSSItems; |
|
Procedure Write_to_RecorderFile(const s:String); |
|
Procedure Clear(Resetting: Boolean = True); |
|
Procedure ClearAll; |
|
procedure Set_Command(const Value: String); overload; |
|
procedure Set_Command(const Value: String; LineNum: Integer); overload; |
|
procedure ZipOpen(ZipFileName: String); |
|
procedure ZipClose(); |
|
procedure ZipRedirect(FileInZip: String); |
|
procedure ZipExtract(var ResultPtr: PByte; ResultCount: PAPISize; FileInZip: String); |
|
function ZipHashes(var Hashes: TFPHashList): Boolean; |
|
function InZip: Boolean; |
|
function CurrentZipFileName: String; |
|
procedure SetInZipPath(path: String); |
|
function GetZipStream(fn: String): TStream; |
Properties
property Command: String read Get_Command write Set_Command; |
|
property Error: Integer read Get_ErrorResult; |
|
property LastError: String read Get_LastError; |
|
property RecorderOn: Boolean Read FRecorderOn write Set_RecorderOn; |
Description
Fields
ExecCommand: ArrayOfString; |
|
ExecOption: ArrayOfString; |
|
PlotOption: ArrayOfString; |
|
ShowOption: ArrayOfString; |
|
ExportOption: ArrayOfString; |
|
DSS: TDSSContext; |
|
CommandList: TCommandList; |
|
OptionList: TCommandList; |
|
PlotCommands: TCommandList; |
|
ShowCommands: TCommandList; |
|
ExportCommands: TCommandList; |
|
Methods
constructor Create(dssContext: TDSSContext); |
|
destructor Destroy; override; |
|
PROCEDURE CreateDefaultDSSItems; |
|
Procedure Write_to_RecorderFile(const s:String); |
|
Procedure Clear(Resetting: Boolean = True); |
|
Procedure ClearAll; |
|
procedure Set_Command(const Value: String); overload; |
|
procedure Set_Command(const Value: String; LineNum: Integer); overload; |
|
procedure ZipOpen(ZipFileName: String); |
|
ZIP functions |
procedure ZipClose(); |
|
procedure ZipRedirect(FileInZip: String); |
|
procedure ZipExtract(var ResultPtr: PByte; ResultCount: PAPISize; FileInZip: String); |
|
function ZipHashes(var Hashes: TFPHashList): Boolean; |
|
function InZip: Boolean; |
|
function CurrentZipFileName: String; |
|
procedure SetInZipPath(path: String); |
|
function GetZipStream(fn: String): TStream; |
|
Properties
property Command: String read Get_Command write Set_Command; |
|
property Error: Integer read Get_ErrorResult; |
|
property LastError: String read Get_LastError; |
|
property RecorderOn: Boolean Read FRecorderOn write Set_RecorderOn; |
|
Generated by PasDoc 0.16.0.