TSRichViewEdit.OnChangeCurrentControl |
Top Previous Next |
|
Occurs when value of CurControl property is changed. type TSRVChangeCurrentControlEvent = procedure(Sender: TSRichViewEdit; AControl: TControl) of object; property OnChangeCurrentControl : TSRVChangeCurrentControlEvent; |