RAD Studio
ContentsIndex
PreviousUpNext
Member Functions

A function declared without the friend specifier is known as a member function of the class. Functions declared with the friend modifier are called friend functions. 

Member functions are often referred to as methods in Delphi documentation. 

The same name can be used to denote more than one function, provided they differ in argument type or number of arguments.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!