Vcl.CategoryButtons.TButtonCategory.SetIndex

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

Delphi

procedure SetIndex(Value: Integer); override;

C++

virtual void __fastcall SetIndex(int Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TButtonCategory

説明

コレクション項目を親コレクションで指定された位置に移動します。

Vcl.CategoryButtons.TButtonCategory.SetIndex は System.Classes.TCollectionItem.SetIndex を継承しています。以下の内容はすべて System.Classes.TCollectionItem.SetIndex を参照しています。

コレクション項目を親コレクションで指定された位置に移動します。

SetIndex メソッドは,Index プロパティの書き込み専用のプロテクトメソッドです。Value パラメータは,その親コレクションでの項目の新しい位置(0 から始まる)を指定します。

関連項目