Is it ok to use "StyleTemplateId"
Is it ok to use "StyleTemplateId"
I need to use an extra property in TFontInfo, and I see that this property, StyleTemplateId, is one I do not recognise. Is it ok if I use it or will you be using it for something else in the future?
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I let my users manage a list of styles and I identify those styles based on their attributes, i.e. the TFontInfo properties. I use the StyleName at runtime only. I can't use it normally because it is a string and I need to show the style name as a WideString, so I manage this separately. But some users use the same style attributes in duplicate styles, so I need a way to uniquely identify them other than using the StyleName. So I was thinking of using an integer as a unique id.
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: