JVCL Help:TJvTFDWNameSource

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

Search in JVCL Help

 
Search in all projects
 

Summary

Describes the available sources used for week day names.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFDWNameSource = (
dwnsSysLong,
dwnsSysShort,
dwnsCustom
);


Members

Members Description
dwnsSysLong The day of week display name will be retrieved from the system's day of week long format.
dwnsSysShort The day of week display name will be retrieved from the system's day of week short format.
dwnsCustom The day of week display name will be retrieved from one of the DWN properties.

run\JvTFManager.pas


Description

TJvTFDWNameSource is used to determine from where an object retrieves the weekday names it uses.

run\JvTFManager.pas


About

Navigation

no pages or subcategories

run\JvTFManager.pas



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