type TTestClass = class(TObject)
TTestClass
![]() |
generic function DoSomething<T>(const Caption: String; const Input: T): T; |
![]() |
generic procedure DoSomething2<T>(const Input: T); |
![]() |
generic function DoSomething<T>(const Caption: String; const Input: T): T; |
Test documentation for class function DoSomething implementation |
![]() |
generic procedure DoSomething2<T>(const Input: T); |
Test documentation for class procedure DoSomething2 implementation |