System.WideStrings.TWideStrings.Add
Delphi
function Add(const S: WideString): Integer; virtual;
C++
virtual int __fastcall Add(const System::WideString S);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.WideStrings.pas System.WideStrings.hpp |
System.WideStrings | TWideStrings |
説明
Add は、リストの最後に文字列を追加します。
リストの最後に文字列を追加するには、Add を呼び出します。Add は、新しい文字列のインデックスを返します。