It helps when you learn the terminology.
Properties in Construct are called "expressions". There are system expressions (for example ViewportWidth), and also every object type has expressions (for example Sprite.width).
Methods are called "actions". Again, there are system actions, and every object has actions.
There are also events and conditions - system and specific to objects.