JVCL Help:TDSAQueueStorage.CheckMarkTextSuffix
JVCL Help: TDSAQueueStorage.CheckMarkTextSuffix Property
Search in JVCL Help
Search in all projectsSummary
Suffix of the check mark caption.
Pascal
propertyCheckMarkTextSuffix: string;
Description
CheckMarkTextSuffix holds 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. You should not append a period (.) at the end of this string; this will be done automatically. The base class declares this property read-only as this is the most common situation. Descendants might set the write specifier to SetCheckMarkCaption to allow changing the check mark text suffix.
See Also
TDSAStorage.GetCheckMarkTextSuffix, 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