FMX.Types.TFmxObject.Children

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

Delphi

property Children: TFmxChildrenList read FChildrenList;

C++

__property TFmxChildrenList* Children = {read=FChildrenList};

プロパティ

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

説明

現在の親コンポーネントに付加されている、子の配列を格納します。

Children プロパティを使用すると、現在の親コンポーネントに付加されている子それぞれに対して、アクセスすることができます。

関連項目