Search found 2 matches

by Josip
Mon Oct 14, 2013 1:22 pm
Forum: Support
Topic: Items with Style
Replies: 3
Views: 10902

Items with Style

Something like keywords in Help, maybe TStringList or ListBox

Code: Select all

 for (int i = 0; i < ActiveEditor->RichViewEdit->RVData->ItemCount ; i++)
 {
	 TFontInfo *fi = ...
 }
by Josip
Mon Oct 14, 2013 12:24 pm
Forum: Support
Topic: Items with Style
Replies: 3
Views: 10902

Items with Style

How search for all items in RichViewEdit with Style 'myStyle'?

Josip