IMPLEMENTS
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgImplements
- Last revised: 2019-06-26
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 TypeDescription
Examples
Dialect Differences
- Not available in the -lang qb dialect unless referenced with the alias
__Implements.
Differences from QB
- New to FreeBASIC
See also
TypeExtendsExtends ZstringExtends Wstring
Back to DocToc