IdxRichEditCharacterPropertiesBase.SetForeColor(TdxNullableValue<TdxAlphaColor>) Method
In This Article
Assigns a font color to a document range.
#Declaration
Delphi
procedure SetForeColor(const Value: TdxNullableValue<TdxAlphaColor>);
#Parameters
Name | Type |
---|---|
Value | Tdx |
#Remarks
The SetForeColor procedure is a setter of the ForeColor property.
See Also