| Description | Hierarchy | Properties | Methods |
MyClass is my special version of MyBaseClass
| AnotherPrivateVar | All about AnotherPrivateVar |
| ~MyClass | Destructor | |
| AnotherPrivateFunction | This returns the private data in the derived class. | |
| AnotherProtectedFunction | This returns the private data in the derived class. | |
| Create | Called when MyClass is instantiated. | |
| GetSomeMorePrivateData | Overview for GetSomeMorePrivateData. | |
| MyClass | Constructor |
![]() |
AnotherPrivateVar:
integer;
int AnotherPrivateVar |
| All about AnotherPrivateVar |
![]() |
inline __ fastcall virtual ~ MyClass( void ) |
| Destructor |
![]() |
constructor Create(); |
| Called when MyClass is instantiated. | |
| Does something. |
![]() |
function
GetSomeMorePrivateData:
integer;
int __ fastcall GetSomeMorePrivateData( void ) |
| Overview for GetSomeMorePrivateData. | |
| This just returns AnotherPrivateVar. |
![]() |
__ fastcall MyClass( void ) |
| Constructor |