class methods |
Top Previous Next |
What is translated > Types > Records, Classes, Interfaces > Class > class methods Delphi class methods are similar to C++ static methods, but there are two differences:
From C++Builder 2009 on there is the additional keyword __classmethod to - partially - reproduce Delphi class method, For other compilers class methods are converted to static methods.
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |