System.Rtti.TRttiTypeHelper.GetMethodsInDeclOrder
Delphi
class function GetMethodsInDeclOrder(const AType: TRttiType): TArray<TRttiMethod>; static;
C++
static System::DynamicArray<TRttiMethod*> __fastcall GetMethodsInDeclOrder(TRttiType* const AType);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiTypeHelper |
Description
Embarcadero Technologies does not currently have any additional information.