|
TRVStyle.OnApplyStyle |
Top Previous Next |
|
Occurs when RichView applies attributes of the StyleNo-th style to Canvas. property OnApplyStyle: TRVApplyStyleEvent;
type TRVApplyStyleEvent = procedure (Sender: TRVStyle; Canvas: TCanvas; StyleNo: Integer; var DoDefault: Boolean) of object; (introduced in version 1.3) In this event you can apply font (excluding colors) for the text style StyleNo to Canvas. Nothing should be drawn inside this event. Input parameters: Sender – TRVStyle generating this event; Canvas – canvas for applying font attributes to. DoDefault is equal to True. Output parameters: DoDefault – set to False to prevent the default style applying procedure.
See also: See also properties: |