// Static (known in Pascal as class method)
MyClass.method(someParameter);
// Instance
myInstance.method(someParameter);