RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::USEFORM Macro
Pascal
USEFORM
C++
#define USEFORM(FileName, FormName) \
    class DELPHICLASS T##FormName;       \
    extern PACKAGE T##FormName *FormName;

This is macro System::USEFORM.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!