[next] [prev] [prev-tail] [tail] [up]
Method invocation for classes is no different than for objects. The following is a valid method invocation:
Var AnObject : TAnObject; begin AnObject := TAnObject.Create; ANobject.AMethod;
[next] [prev] [prev-tail] [front] [up]