[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

OnGetTempDir

Handler for GetTempDirfunction.

Declaration

Source position: osutilsh.inc line 53

var OnGetTempDir: TGetTempDirEvent;

Description

OnGetTempDircan be used to provide custom behaviour for the GetTempDirfunction. Note that the returned name should have a trailing directory delimiter character.

See also

GetTempDir

  

Return name of system's temporary directory

OnGetTempFile

  

Handler for GetTempFileNamefunction.