RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::USEFORMNS Macro
Pascal
USEFORMNS
C++
#define USEFORMNS(FileName, UnitName, FormName) \
    namespace UnitName {         \
    class DELPHICLASS T##FormName;       \
    extern PACKAGE T##FormName *FormName;          \
    };               \
    using namespace UnitName

This is macro System::USEFORMNS.

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