TRttiMethodHelper Helper
Definition
Delphi
type TRttiMethodHelper = class helper(TRttiMethodHelper) for TRttiMethod
- Inheritance
Properties
| IsAbstract |
Returns if the method is dynamic or virtual abstract. (Inherited from TRttiMethodHelper) |
| IsGetter | |
| IsSetter | |
| ParameterCount | |
| Parameters | |
| ReturnTypeHandle |
Returns the PTypeInfo of the ReturnType if assigned; otherwise returns nil. (Inherited from TRttiMethodHelper) |