Summary

VLF Windows Application Development

Summary

VFW070 – Create Time Employed Reusable Part

Important Observations

  • Reusable parts based on PRIM_OBJT are non-visual components. They can be used to create callable (invoke) modules which can be shared by your Windows and web applications (WAMs).
  • This type of component can also be created to store application settings and values which are shared across many components in the application system.

Tips & Techniques

  • When creating this type of component, ensure that its logic will be common and re-used. Otherwise there won't be any benefit from making it a separate component.

What You Should Know

  • How to implement a reusable part to perform calculations.