Class TTestClass
Unit
Declaration
type TTestClass = class(TObject)
Description
TTestClass
Hierarchy
- TObject
- TTestClass
Overview
Methods
![]() |
generic function DoSomething<T>(const Caption: String; const Input: T): T; |
![]() |
generic procedure DoSomething2<T>(const Input: T); |
Description
Methods
![]() |
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 |