JVCL Help:TJvProcessEntry.PriorityText

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Converts a priority into a string that describes the priority.


Pascal

 classfunctionPriorityText(Priority: TJvProcessPriority): string;


Parameters

Parameters Description
Priority: TJvProcessPriority The priority that needs to be converted to a string.


Return Value

A string describing the priority indicated by parameter Priority.


Description

Call PriorityText to obtain a text description of the priority associated with a process. For Example, use this function when the application needs to display a description of a priority to the user.


See Also

TJvProcessEntry.Priority


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page