JVCL Help:TDSAAppStorage.SetCheckMarkTextSuffix@string
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TDSAAppStorage.SetCheckMarkTextSuffix Method
[+] TDSAAppStorage Methods
[+] TDSAAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Set the string to append to the check mark text.
Pascal
procedureSetCheckMarkTextSuffix(constValue: string); override;
Parameters
Parameters | Description |
const Value: string | String to set the suffix to. Do not append a period (.) to this string, as this will be done when the full check mark text is determined. |
Description
SetCheckMarkTextSuffix allows to set the check mark text suffix. Usually this is not wanted and most descendant will override this with an empty method or not at all. Since the method is declared abstract, descendants must override it if changes in the CheckMark text suffix are wanted.
See Also
TDSAStorage.CheckMarkTextSuffix, TDSAStorage.GetCheckMarkTextSuffix
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