MyClass.AnotherPrivateFunction Method
MyClass overview
This returns the private data in the derived class.
[Delphi]
function
AnotherPrivateFunction(
var1:
integer):
integer;
Parameters:
var1:
Another
unuused
parameter.
[C++]
int
__
fastcall
AnotherPrivateFunction(
int
var1)
Describes the functionality more.