Show: Delphi
C++
Display Preferences
FMX.Memo.TMemo.DeleteFrom
From XE2 API Documentation
Delphi
procedure DeleteFrom(Position: TCaretPosition; ALength: Integer; Options: TDeleteOptions);
C++
void __fastcall DeleteFrom(const TCaretPosition &Position, int ALength, TDeleteOptions Options);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TMemo |
Description
Deletes a fragment of text from the memo control.
Use DeleteFrom to delete the fragment of text that begins at Position and has ALength number of characters. Use the Options parameter to specify the delete options.