|
TCustomRichViewEdit.ActualCurTextStyleNo (read-only) |
Top Previous Next |
|
Index of the current text style in the collection of text styles. Can return rvsDefStyle. property ActualCurTextStyleNo: Integer; (introduced in v1.8) This is an index in the collection Style.TextStyles. This property is the same as CurTextStyleNo, but: ▪read-only; ▪does not process rvsDefStyle, returns it as it is. |