Class MyClass

DescriptionHierarchy Properties Methods

Unit

CommentNorm

MyClass is my special version of MyBaseClass

Description

This class contains all new functionality

Hierarchy

MyBaseClass < MyClass

Class Overview

Properties

 AnotherPrivateVarAll about AnotherPrivateVar

Methods

 ~MyClassDestructor
 AnotherPrivateFunctionThis returns the private data in the derived class.
 AnotherProtectedFunctionThis returns the private data in the derived class.
 CreateCalled when MyClass is instantiated.
 GetSomeMorePrivateDataOverview for GetSomeMorePrivateData.
 MyClassConstructor

Class Details

Properties

Private

 
AnotherPrivateVar: 
integer; 


 
 
int
  
AnotherPrivateVar 
 All about AnotherPrivateVar

Methods

Public

 
inline __
fastcall 
 
virtual
  ~
MyClass(
 
void
 ) 
 Destructor
Private

 
 
function
  
AnotherPrivateFunction(
var1: 
integer): 
integer; 
 
 


 
 
Parameters:


 
 
var1: 
Another 
unuused 
parameter.


 
 
int
  __
fastcall 
AnotherPrivateFunction(
 
int
  
var1) 
 This returns the private data in the derived class.
 Describes the functionality more.
Protected

 
 
function
  
AnotherProtectedFunction(
var2: 
integer): 
integer; 
 
 


 
 
Parameters:


 
 
var2: 
This 
parameter 
is 
passed 
to 
AnotherPrivateFunction.


 
 
int
  __
fastcall 
AnotherProtectedFunction(
 
int
  
var2) 
 This returns the private data in the derived class.
 Describes the functionality more.
Public

 
 
constructor
  
Create(); 
 Called when MyClass is instantiated.
 Does something.
Public

 
 
function
  
GetSomeMorePrivateData: 
integer; 


 
 
int
  __
fastcall 
GetSomeMorePrivateData(
 
void
 ) 
 Overview for GetSomeMorePrivateData.
 This just returns AnotherPrivateVar.
Public

 __
fastcall 
MyClass(
 
void
 ) 
 Constructor

Feedback on help