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::DynamicArray<System::UnicodeString> Strings){ System::Classes::TStrings::AddStrings(Strings); }
inline void __fastcall  AddStrings(const System::DynamicArray<System::UnicodeString> Strings, const System::DynamicArray<System::TObject*> Objects){ System::Classes::TStrings::AddStrings(Strings, Objects); }

プロパティ

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

説明

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

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

関連項目