Topic : The GFA-Basic Compendium Author : GFA Systemtechnik GmbH Version : GFABasic.HYP v2.98 (12/31/2023) Subject : Documentation/Programming Nodes : 899 Index Size : 28056 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Document not found @help : Help @options : +g -i -s +z @width : 75 @hostname : STRNGSRV @hostname : CAB @hostname : HIGHWIRE @hostname : THING View Ref-FileFORM_DO(tree,start_obj) tree, start_obj: iexp This function takes over the complete management of a Form object, until and object with EXIT or TOUCHEXIT status is clicked. Returns the number of the object whose clicking or double-clicking caused the function to be ended. If it was a double-click, bit 15 will be set. tree - Address of the object tree. start_obj - Number of the first editable object in the object tree, where the cursor is initially to be positioned. If there is no editable object the value in this parameter should be 0. form_do()+