IMPLEMENTS

IMPLEMENTS [interfacename, class]

Specifies an interface or class that can be implemented in a class module.


interfacename(Optional) The name of an interface in a type library.
class(Optional) The name of a class in a type library.

REMARKS
* This can only be used in Class Modules
* For the Microsoft documentation refer to learn.microsoft.com

Implements InterfaceClass 

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top