|
RVVisibleSpecialCharacters Typed Constant |
Top Previous Next |
|
Unit RVStyle. Syntax type TRVSpecialCharacter = (rvscSpace, rvscNBSP, rvscParagraph, rvscSoftHyphen); TRVSpecialCharacters = set of TRVSpecialCharacter; const RVVisibleSpecialCharacters: TRVSpecialCharacters = [rvscSpace..rvscSoftHyphen]; (introduced in version 10) Lists characters which will be shown when rvoShowSpecialCharacters is included in TCustomRichView.Options.
|