SECAFormObj::GetApp
LPDISPATCHSECAFormObj::GetApp(void)
Return a pointer to the SECAAppObj dispatch for frame creation/loading.
Defined in: FormObj.cpp
Return Value
Dispatch pointer for the application object
Comments
Call this from within your scripts to gain access to the SECAAppObj and its corresponding interface for creating/loading new frames. The following VBScript code demonstrates how this interface is called from a script from within your form (where LoadForm is the name of the form represented by this object).
dim app set app =LoadForm.GetApp