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