IdxRichEditCharacterPropertiesBase.SetStrikeout(TdxNullableValue<TdxRichEditStrikeoutType>) Method
In This Article
Adds or removes a strikeout to/from a document range.
#Declaration
Delphi
procedure SetStrikeout(const Value: TdxNullableValue<TdxRichEditStrikeoutType>);
#Parameters
Name | Type |
---|---|
Value | Tdx |
#Remarks
The SetStrikeout procedure is a setter of the Strikeout property.
See Also