Language:
Русский
English
Self (implicit parameter)
Self is an implicit parameter passed whenever a method is called.
Self is a 32-bit pointer to the instance through which the method is being called.
It guarantees, among other things, that the correct virtual methods will be called for a particular object instance.