Summary

VLF Windows Application Development

Summary

VFW120 – Using Hidden Commands

Important Observations

  • A hidden command may perform any processing you require, but may not use the optional methods, uInitialize and uTerminate.
  • Hidden commands do not listen for events.

Tips & Techniques

  • Hidden commands should be set to Default Command, NEVER.
  • Refer to the Visual LANSA Framework Guide for further details about using hidden commands.

What You Should Know

  • How to implement a hidden command.