FMX.Types.TFmxChildrenList

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

System.Generics.Collections.TEnumerableSystem.TObjectTFmxChildrenList

Delphi

TFmxChildrenList = class(TEnumerable<TFmxObject>)

C++

class PASCALIMPLEMENTATION TFmxChildrenList : public System::Generics::Collections::TEnumerable__1<TFmxObject*>

プロパティ

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

説明

TFmxChildrenList は、列挙可能オブジェクトの子リストをサポートしています。


関連項目