DelphiDox-Example
TExample3 Class Reference

Sample class3 Delphi code included with special command \DClass More...

+ Inheritance diagram for TExample3:
+ Collaboration diagram for TExample3:

Detailed Description

Sample class3 Delphi code included with special command \DClass

Delphi-Declaration
TExample3 = class(TExample2)
Var3: INTEGER; // an integer variable
FUNCTION Func3(): INTEGER; // a function declaration
PROCEDURE Proc3(); // a procedure declaration
END; // TExample3

The documentation for this class was generated from the following file:
TExample2
Sample class2.
Definition: Example_UNIT.hpp:42
TExample3
Sample class3 Delphi code included with special command \DClass
Definition: Example_UNIT.hpp:57