Introduction to HFCL
Library
collection
HMG Forum Component Library (HFCL) is a collection of small utilities, enhancements, add-on functions to
HMG controls. It has been created by a group of volunteers who are members of HMG Forum under the
valuable guidance of Mr. Roberto Lopez (the founder of HMG itself). As of now,
HFCL has several components/utilities, for more detail see the documentation
and demos in folder: SAMPLES\HFCL
How to use HFCL:
It's simple, as currently the HFCL functions are
linked automatically by the compiler with the library of HMG, therefore only
need to include in their applications the header file HFCL.ch
- Sample:
#include "HMG.ch"
#include "HFCL.ch"
FUNCTION Main()
// Define windows, controls, call HFCL functions, etc.
RETURN NIL