TolliumControllerBase::GetAsyncObject (open)
Creates/returns an async action object
Syntax
LOADLIB "mod::tollium/lib/internal/controllerbase.whlib";
OBJECT FUNCTION GetAsyncObject(OBJECT component, STRING type, STRING ftid, BOOLEAN create)Parameters
OBJECT componentSTRING typeType ('asyncdownload', 'asyncwindowopen', 'asynccallback')
STRING ftidFile transfer id
BOOLEAN createCreate if it doesn't exist yet
Return value
OBJECT