FMX.Memo.TCustomMemoModel.TLineInfo

提供:RAD Studio API Documentation

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 */;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemoModel

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。