FMX.Memo.TCustomMemo.Replace

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

Delphi

procedure Replace(const AStartPos: Integer; const ALength: Integer; const AStr: string);

C++

void __fastcall Replace(const int AStartPos, const int ALength, const System::UnicodeString AStr);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo


説明

AStartPos の位置から始まる ALength 文字分を AStr の文字列に置き換えます。

キャレットは、挿入された最後の文字の位置に移動します。

関連項目