FMX.Memo.TCustomMemoModel.SelectText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectText(const AStartPosition: TCaretPosition; const ALength: Integer);

C++

void __fastcall SelectText(const Fmx::Memo::Types::TCaretPosition &AStartPosition, const int ALength);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemoModel

Description

Selects text based on the provided parameters.

SelectText accepts the following parameters:

  • AStartPosition: The caret position that defines the start of the selection.
  • ALength: The length of the selection.

See Also