FMX.Memo.TCustomMemoModel.TLineInfo.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TLineInfo

説明

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