Daylight v4.9 Release Date: 1 February 2008 Namedt_isheld - test if an object is marked as heldGeneric Prototypedt_isheld(dt_Handle) => dt_BooleanC Prototype#include "dt_thor.h"dt_Boolean dt_isheld(dt_Handle object) FORTRAN Prototypeinclude 'dt_f_thor.inc'logical dt_f_isheld(object) integer*4 object DescriptionTests to see if a object (either a database or a column) is marked "hold".Return ValueReturns TRUE if the object is marked "hold" and FALSE otherwise. For all other object types, this property is defined as FALSE.Related Topicsdt_hold(3) |