Chapter Contents

Previous

Next
Form Data Model: _getDropInfo

Form Data Model: _getDropInfo



Queries the model for its drop information


Syntax
Details

Syntax

CALL SEND (model-id, '_getDropInfo', info-list);

Argument Type Description
info-list
N specifies the identifier of an SCL list that will contain the drop information. The drop information list should contain a sublist named REPS, where the items in the REPS sublist represent the supported drop representations. The drop information list should also contain a sublist named OPS, where the items on the OPS sublist represent the valid operations (COPY, LINK, MOVE). By default, the table editor always adds MOVE as a valid operation.


Details

The _getDropInfo method is called when an instance of this class is attached to a viewer.

For general information about drag and drop operations, see SAS/AF online help.


Chapter Contents

Previous

Next

Top of Page

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