rc_SetHintAttr
SETTING THE CONTENT/VALUE
Ex:
labIcon.Hint := '';
labIcon.Hint := rc_SetHintAttr( 'fas-search', 'ico:', labIcon.Hint );
The result will be "[[ico:fas-search]]" as the content of labIcon.hint
Adding a parameter to an existing statement:
labIcon.Hint := rc_SetHintAttr( '2x', 'ico:', labIcon.Hint, true );
The result will be "[[ico:fas-search 2x]]" as the content of labIcon.hint
The "ico:" attribute is a built-in RadCORE feature that will be discussed later, but what I wanted to demonstrate is what we discussed in the TAG property topic.
With this feature, you can create any "property" with "string" content, not just "integer."
Created with the Personal Edition of HelpNDoc: Full-featured EBook editor