FMX.Memo.TCustomMemoModel.TLineInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create(const Index: Integer; const Text: string): TLineInfo; overload; static; inline;
class function Create(const Index, ExtraIndex: Integer): TLineInfo; overload; static; inline;

C++

static TCustomMemoModel::TLineInfo __fastcall Create(const int Index, const System::UnicodeString Text)/* overload */;
static TCustomMemoModel::TLineInfo __fastcall Create(const int Index, const int ExtraIndex)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!