Delphi Error – W1007 Unit ‘%s’ is experimental

Delphi Compiler Error

W1007 Unit ‘%s’ is experimental

Reason for the Error & Solution

An “experimental” directive has been used on an identifier. “Experimental” indicates the presence of a class or unit which is incomplete or not fully tested.

See Also