RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMemo.SetCaretPos Method

Sets the CaretPos property.

Pascal
procedure SetCaretPos(const Value: TPoint); virtual;
C++
virtual __fastcall SetCaretPos(const TPoint Value);

SetCaretPos is the property write access method for the CaretPos property. The CaretPos property returns the coordinates of the cursor. SetCaretPos sets the cursor position to Value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!