using property in subclass

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
aliztori
Posts: 117
Joined: 19 Jul 2022, 12:44

using property in subclass

Post by aliztori » 04 Dec 2022, 11:12

hello i have a quesion
can we using property in subclass ?
we can use method with

Code: Select all

super.method()
but what about property?

swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: using property in subclass

Post by swagfag » 04 Dec 2022, 12:57

the usage is the same

Code: Select all

... super.prop
super.prop := ....

Post Reply

Return to “Ask for Help (v2)”