JVCL Help:TDSAQueueStorage.GetCheckMarkTextSuffix
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TDSAQueueStorage.GetCheckMarkTextSuffix Method
[+] TDSAQueueStorage Methods
[+] TDSAQueueStorage Properties
Search in JVCL Help
Search in all projectsSummary
Retrieve the string to append to the check mark text.
Pascal
functionGetCheckMarkTextSuffix: string; override;
Description
GetCheckMarkTextSuffix returns the string to append to the check mark text. Usually this will be an empty string, but can be used to append texts such as "in the current queue", which would result in "Don't show this dialog again in the current queue." or "Don't ask again in the current queue.", depending on the dialogs ChkMarkTextKind settings. Since the method is declared abstract, descendants must override it.
See Also
TDSAStorage.CheckMarkTextSuffix, TDSAStorage.SetCheckMarkTextSuffix
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