4DQuiz


OT CompiledApplication View from small screen devices!  

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

OT New , OT Clear



Topics of Interest
Object Utility Routines
 

Published date: Sun, 16 Jul 2006 08:09:41 GMT   → View XML Version

Edit this page now

© 2005 - 2006 4dquiz.com, All trademarks accepted. All Rights Reserved!
Site Index