IdxRichEditCharacterProperties.SetStyle(IdxRichEditCharacterStyle) Method
Assigns the specified character style to a document range.
Declaration
procedure SetStyle(const Value: IdxRichEditCharacterStyle);
Parameters
| Name | Type |
|---|---|
| Value | IdxRichEditCharacterStyle |
Remarks
The SetStyle procedure is a setter of the Style property.
See Also