FMX.Types.TFmxObject.Index

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

Delphi

property Index: Integer read GetIndex write SetIndex;

C++

__property int Index = {read=GetIndex, write=SetIndex, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

説明

現在のオブジェクトにアタッチされている子の配列内の、子オブジェクトのインデックスを示します。

関連項目