Description of unit ok_back_comment.
Name | Description |
---|---|
Class TMyClass |
|
Class TMyException1 |
|
Class TMyException2 |
procedure Foo; |
TMyType = Integer; |
TMyEnum = (...); |
MyConst = 2; |
V: Integer; |
V1: Integer; |
V2: Integer; |
procedure Foo; |
Description of Foo, ( |
TMyType = Integer; |
Description of TMyType |
TMyEnum = (...); |
Description of TMyEnum Values
|
MyConst = 2; |
Description of MyConst |
V: Integer; |
Description of V |
V1: Integer; |
Description of V1 and V2 |
V2: Integer; |
Description of V1 and V2 |