OT CompiledApplication Longint
→
Parameter Type Description
Function result Longint 1 if the application is compiled, 0 if
← interpreted
Description
OT CompiledApplication is the same as the 4D command Compiled application, but it works correctly with version 4D standalone v6.0.6, unlike the Compiled application command.
| Parameter | Type | Description | |
| outHandles | Longint array | ← | Receives a list of all current objects |
| Discussion |
Any time an object is created, whether through OT New, OT Copy, OT GetObject, or OT BLOBToObject, ObjectTools adds the new object handle to an internal list. When an object is cleared with OT Clear, the object’s handle is removed from the list.
OT GetHandleList retrieves this internal list into an array. This is mainly of use in debugging. Normally you would have no need to use this method.
See Also

