Class TMyClass
Unit
ok_value_member_tags
Declaration
type TMyClass = class(TObject)
Description
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
MyField: Integer; |
Description of MyField here.
|
Methods
 |
function MyMethod(A: Integer): boolean; |
Description of MyMethod here, using parenthesis.
Parameters
- A
- Description of param A.
Returns
Some boolean value. |
Properties
 |
property MyProperty: Integer read MyField write MyField; |
Description of MyProperty here, with some recursive tags inside: Some code with a link to TMyRecord .
|
|