FMX.Memo.TCustomMemoModel.TLineInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLineInfo = record

C++

struct DECLSPEC_DRECORD TLineInfo
{
public:
    int Index;
    System::UnicodeString Text;
    int ExtraIndex;
    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
record
struct
public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemoModel

Description

Embarcadero Technologies does not currently have any additional information.