Navigation: Code Documentation > IE > StandardPackage > Enumerations
TPathFunctionType Enumeration
Represents type TPathFunctionType.
Namespace: StandardPackage
Delphi
type TPathFunctionType = (pftGetHomePath, pftGetDocumentsPath, pftGetTempPath);
Name
Description
pftGetDocumentsPath
Represents constant pftGetDocumentsPath.
pftGetHomePath
Represents constant pftGetHomePath.
pftGetTempPath
Represents constant pftGetTempPath.
Top
•StandardPackage