gxStartAction (string document, string action)

Starts an action in a project.

Parameters:

document - document ID of the project.
action - name of the action.

Remarks:

Example:

tGXImportFlags flags;
string sDocumentID = gxImportProject("demo1.gxb", flags);
// sDocumentID contains the name of the new document created.
gxStartAction(sDocumentID,"saProgram");

See also:

gxGetActionList

► latest version online