API:FMX.Memo.Types.TFragmentDeleted.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create(const StartPos: Integer; const Fragment: string;  const Selected, CaretMoved: Boolean): TFragmentDeleted; static; inline;

C++

static TFragmentDeleted __fastcall Create(const int StartPos, const System::UnicodeString Fragment, const bool Selected, const bool CaretMoved);

Properties

Type Visibility Source Unit Parent
function public
FMX.Memo.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types TFragmentDeleted

Description

Embarcadero Technologies does not currently have any additional information.