System.Classes.TStrings.Add
Delphi
function Add(const S: string): Integer; virtual;
C++
virtual int __fastcall Add(const System::UnicodeString S);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Classes.pas System.Classes.hpp |
System.Classes | TStrings |
説明
Add は,文字列リストに新しい文字列を追加します。
Add メソッドを呼び出すと,リストの末尾に文字列を追加できます。Add は新しい文字列のインデックスを返します。