User Tools

Site Tools


takeevent_process_the_current_accept_loop_event_filedropclass_.htm
Navigation:  ABC Library Reference > FileDropClass > FileDropClass Methods >====== TakeEvent (process the current ACCEPT loop event - FileDropClass) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

TakeEvent, VIRTUAL

blk2blue.jpg

The TakeEvent method processes the current ACCEPT loop event for the FileDropClass object.

Implementation:

The WindowManager.TakeEvent method calls the TakeEvent method. The TakeEvent method calls the TakeNewSelection method.

Example:

MyWindowManager.TakeEvent PROCEDURE

Rval BYTE(Level:Benign)

I   USHORT,AUTO

 CODE

!procedure code

LOOP I = 1 TO RECORDS(SELF.Browses)

 GET(SELF.Browses,I)

 SELF.Browses.Browse.TakeEvent

END

LOOP i=1 TO RECORDS(SELF.FileDrops)

 GET(SELF.FileDrops,i)

 ASSERT(~ERRORCODE())

 SELF.FileDrops.FileDrop.TakeEvent

END

RETURN RVal

See Also:     TakeNewSelection, WindowManager.TakeEvent

takeevent_process_the_current_accept_loop_event_filedropclass_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1