SECAFormObj Class

class SECAFormObj: public COleControl

Form object for Active Scripting. This class implements a scriptable form object to link your script to your app.

Defined in: FormObj.h

See Also

SECAAppObj

Class Members

Contruction/Initialization

SECAFormObj()

Constructor, independent

SECAFormObj(SECScriptHostDoc *pDoc)

Constructor, link to SECScriptHostDoc

afx_msg LPDISPATCH  GetApp()

Return a pointer to the SECAAppObj dispatch for frame creation/loading.

Operations

BOOL  IsVisible()

returns current visibility state of the form

void  SetDocument(SECScriptHostDoc* pDoc)

Set the document

SECScriptHostDoc*  GetDocument()

Get the document

void  FireOnLoad()

Fire the OnLoad form event

void  FireOnUnload()

Fire the OnUnload form event