Chapter Contents

Previous

Next
Form Data Model: _execCmd

Form Data Model: _execCmd



Processes a model command


Syntax
Details

Syntax

CALL SEND (model-id, '_execCmd');


Details

The _execCmd method is called for commands that are unrecognized by the viewer. Subclasses of the Form Data Model should perform the necessary operations for commands that you define for that class.

Note that the command is not passed as an argument. Rather, it processes commands that are sent to the object.

For more information on command processing, see the Widget class.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.