Skip to main content
Docs
Implements statement
Specifies an interface or class that will be implemented in the class module in which it appears. Syntax Implements [ InterfaceName | Class ] The required InterfaceName or Class is the name of […]