WriteScriptCommand
method
Delphi
function WriteScriptCommand (ScriptType: string; ScriptArgument: string): Boolean;
C++Builder
bool __fastcall WriteScriptCommand(System::UnicodeString ScriptType, System::UnicodeString ScriptArgument);
C#
public bool WriteScriptCommand(string ScriptType, string ScriptArgument);
VB.NET
Public Function WriteScriptCommand(ScriptType As String, ScriptArgument As String) As Boolean
C++/Qt
BOOL WriteScriptCommand (wchar_t *ScriptType, wchar_t *ScriptArgument);
not implemented.