| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Sub Clear() | |
| C# | |
|---|---|
public abstract void Clear() | |
| C++/CLI | |
|---|---|
public: abstract void Clear(); | |
The Clear method removes the contents of all the data registers. While data registers may be loaded from files, the clear method has no effect on the files; it just removes the data register contents from memory.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)