Member Functions

From RAD Studio
Jump to: navigation, search

Go Up to Classes Index

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.

See Also