|
TCustomRichViewEdit.OnCaretGetOut |
Top Previous Next |
|
Occurs when user presses arrow keys at the beginning/end of document in "outside" direction. type TRVGetOutDirection = (rvdLeft, rvdUp, rvdRight, rvdDown, rvdTop, rvdBottom); TRVOnCaretGetOutEvent = procedure (Sender: TCustomRichViewEdit; Direction: TRVGetOutDirection) of object;
property OnCaretGetOut:TRVOnCaretGetOutEvent; (introduced in version 1.4, 1.5)
This event can be used to move focus to another control.
|