Chapter Contents

Previous

Next
Form Editor: _setProperties

Form Editor: _setProperties



Restores the previous state of the form and the attached model


Syntax
Details

Syntax

CALL SEND (form-id, '_setProperties', prop-list);

Argument Type Description
prop-list
N specifies the identifier of an SCL list that is filled in by _getProperties


Details

The _setProperties method enables you to restore a previously saved form. You should only call this method with a list provided by _getProperties. The model is notified of any model-specific properties contained in this list through its own _setProperties method.


Chapter Contents

Previous

Next

Top of Page

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