Wiki

Clone wiki

DWScript / Interfaces

  1. summary DWScript Interfaces

Interfaces

Interfaces are supported using the classic Delphi syntax.

Interfaces can define properties, which are syntax sugar to their methods.

They can be implemented by [Classes].

Updated