MyClass.AnotherProtectedFunction Method
MyClass overview
This returns the private data in the derived class.
[Delphi]
function
AnotherProtectedFunction(
var2:
integer):
integer;
Parameters:
var2:
This
parameter
is
passed
to
AnotherPrivateFunction.
[C++]
int
__
fastcall
AnotherProtectedFunction(
int
var2)
Describes the functionality more.
See Also
AnotherPrivateFunction | AnotherPrivateVar