TSRichViewEdit.OnChangeCurrentControl

<< Click to display table of contents >>

TSRichViewEdit.OnChangeCurrentControl

Occurs when value of CurControl property is changed.

type

  TSRVChangeCurrentControlEvent = procedure(Sender: TSRichViewEdit;

    AControl: TControl) of object;

property OnChangeCurrentControl : TSRVChangeCurrentControlEvent;