System.Rtti.TRttiTypeHelper.GetObjectListInVisOrder

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

Delphi

class function GetObjectListInVisOrder<T: TRttiNamedObject>(const AType: TRttiType; const AGetListFunc: TRttiType.TGetListFunc<T>): TArray<T>; static;

C++

template<typename T> static System::DynamicArray<T> __fastcall GetObjectListInVisOrder(TRttiType* const AType, const System::DynamicArray<T> __fastcall (*)(TRttiType* AType) );

プロパティ

種類 可視性 ソース ユニット
function protected
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiTypeHelper

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。