Chapter Contents

Previous

Next
Toolbar: _buttonDrop

Toolbar: _buttonDrop



Called by the button in the toolbar when a drop operation occurs on that button


Syntax
Details

Syntax

CALLSUPER(_SELF_, '_buttonDrop', index, rep, op, data, task, x, y);

Argument Type Description
index
N returns the index of the button on which the drop occurred
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
task
C returns a value indicating if the drag started in this window:
'INSIDE'
'OUTSIDE'
x
N returns the X location of the drop in pixels
y
N returns the Y location of the drop in pixels


Details

Only use this method when creating a subclass, in which case you override it to determine when a drop operation has occurred on one of the buttons in the toolbar.


Chapter Contents

Previous

Next

Top of Page

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