API:Vcl.Grids.TStringGridStrings.Add

提供:RAD Studio API Documentation

Delphi

function Add(const S: string): Integer; override;

C++

virtual int __fastcall Add(const System::UnicodeString S);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TStringGridStrings

説明

Add は,文字列リストに新しい文字列を追加します。 Vcl.Grids.TStringGridStrings.Add は System.Classes.TStrings.Add を継承しています。以下の内容はすべて System.Classes.TStrings.Add を参照しています。

Add は,文字列リストに新しい文字列を追加します。

Add メソッドを呼び出すと,リストの末尾に文字列を追加できます。Add は新しい文字列のインデックスを返します。

関連項目