Chapter Contents

Previous

Next
Toolbar: _buttonCompleteDrag

Toolbar: _buttonCompleteDrag



Called by the button in the toolbar when a drag operation is completed


Syntax
Details

Syntax

CALLSUPER(_SELF_, '_buttonCompleteDrag', index, rep, op, data);

Argument Type Description
index N returns the index of the button dragged out of a toolbar
rep
C returns the representation selected for the drop
op
C returns the operation selected for the drop
data
N returns the identifier of an SCL list containing the data defined by the representation


Details

Use this method only when you are creating a subclass, in which case you override the method to determine when a button has been successfully dragged from the toolbar.


Chapter Contents

Previous

Next

Top of Page

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