Vcl.Tabs.TTabList.AddStrings

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

Delphi

procedure AddStrings(Strings: TStrings); override;

C++

virtual void __fastcall AddStrings(System::Classes::TStrings* Strings)/* overload */;
inline void __fastcall  AddStrings(const System::UnicodeString *Strings, const System::NativeInt Strings_High){ System::Classes::TStrings::AddStrings(Strings, Strings_High); }
inline void __fastcall  AddStrings(const System::UnicodeString *Strings, const System::NativeInt Strings_High, System::TObject* const *Objects, const System::NativeInt Objects_High){ System::Classes::TStrings::AddStrings(Strings, Strings_High, Objects, Objects_High); }

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabList

説明

タブ キャプションのグループをリストに追加します。

TStrings オブジェクトからタブ キャプションとしてリストに文字列を追加するには、AddStrings を呼び出します。

関連項目