Skip to content

IMPLEMENTS


Specifies an interface to be implemented by a user-defined type

  • Note: Stub page. Even though this keyword is reserved already, interfaces are not implemented yet.

Syntax

vb
Type typename Implements interface

...

End Type

Description

Examples

Dialect Differences

  • Not available in the -lang qb dialect unless referenced with the alias __Implements.

Differences from QB

  • New to FreeBASIC

See also

  • Type
  • Extends
  • Extends Zstring
  • Extends Wstring

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft