Soap.OPConvert.IOPConvert.SetTempDir

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTempDir(const Value: string);

C++

virtual void __fastcall SetTempDir(const System::UnicodeString Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.OPConvert.pas
Soap.OPConvert.hpp
Soap.OPConvert IOPConvert

Description

Sets the value of the TempDir property.

SetTempDir is the write implementation for the TempDir property.

Value is the new temporary directory to use.

See Also