Chapter Contents

Previous

Next
Form Editor: _getProperties

Form Editor: _getProperties



Returns a list of information that describes the state of the form and the attached model


Syntax
Details

Syntax

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

Argument Type Description
prop-list
N specifies the identifier of an SCL list to contain the properties of the form


Details

The _getProperties method is useful for copying or re-creating a form. You can pass this properties list to the _new method of a new form or the _setProperties method of an existing form. The properties list also includes information specific to the data model.


Chapter Contents

Previous

Next

Top of Page

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