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