Entwickler-Ecke

Grafische Benutzeroberflächen (VCL & FireMonkey) - Was ist SelAttributes.RevAuthorIndex?


galagher - Fr 20.07.12 19:32
Titel: Was ist SelAttributes.RevAuthorIndex?
Hallo!

Was ist SelAttributes.RevAuthorIndex bei TRichEdit? Kann nirgendwo etwas dazu finden!


jaenicke - Fr 20.07.12 20:21

Siehe Doku:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb787883.aspx hat folgendes geschrieben:
An index that identifies the author making a revision. The rich edit control uses different text colors for each different author index. To use this member, set the CFM_REVAUTHOR flag in the dwMask member.
Wie man das findet?
Schau dir oben auf der Seite einfach die Brotkrumennavigation zu diesem Eintrag an. ;-)


galagher - Fr 20.07.12 20:42

user profile iconjaenicke hat folgendes geschrieben Zum zitierten Posting springen:
Siehe Doku:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb787883.aspx hat folgendes geschrieben:
An index that identifies the author making a revision. The rich edit control uses different text colors for each different author index. To use this member, set the CFM_REVAUTHOR flag in the dwMask member.

Danke!