TRttiMethodHelper Class Helper
Represents type TRttiMethodHelper
.
type TRttiMethodHelper = class helper(Spring.TRttiMethodHelper) for TRttiMethod end;
Name | Description | |
---|---|---|
![]() | IsAbstract | Returns if the method is dynamic or virtual abstract. (Inherited from TRttiMethodHelper.) |
![]() | IsGetter | Represents property |
![]() | IsSetter | Represents property |
![]() | ParameterCount | Represents property |
![]() | Parameters | Represents property |
![]() | ReturnTypeHandle | Returns the PTypeInfo of the ReturnType if assigned; otherwise returns nil. (Inherited from TRttiMethodHelper.) |
Name | Description | |
---|---|---|
![]() | GetIsGetter | Represents method |
![]() | GetIsSetter | Represents method |
![]() | GetParameterCount | Represents method |
![]() | GetParametersList | Represents method |