Vcl.ComCtrls.TCustomRichEdit.SetCaretPos

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetCaretPos(const Value: TPoint); override;

C++

virtual void __fastcall SetCaretPos(const System::Types::TPoint &Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

説明

テキスト内のカーソル位置を設定します。

SetCaretPos メソッドは,CaretPos プロパティの書き込み実装です。

Value は,テキストカーソルの新しい位置です。

関連項目