Navigation: Code Documentation > IE > MiscPackage > Enumerations
TPrettyPrintFunctionType Enumeration
Represents type TPrettyPrintFunctionType.
Namespace: MiscPackage
Delphi
type TPrettyPrintFunctionType = (ppfFactSet, ppfUserFunction, ppfFactTemplate, ppfRule, ppfDefType, ppfDefModule);
Name
Description
ppfDefModule
Represents constant ppfDefModule.
ppfDefType
Represents constant ppfDefType.
ppfFactSet
Represents constant ppfFactSet.
ppfFactTemplate
Represents constant ppfFactTemplate.
ppfRule
Represents constant ppfRule.
ppfUserFunction
Represents constant ppfUserFunction.
Top
•MiscPackage