Returns true if the forms are running outside the designer. That is, the
forms libarary is being used by some other application other than the
designer. If this value is true, then isDesignMode must be false.
isValidUnits
public static boolean isValidUnits(String units)(Code)
true if the units are valid
safeAssert
public static void safeAssert(boolean assertvalue)(Code)
setDesignMode
public static void setDesignMode(boolean bdesign)(Code)
Sets the design mode flag for the environment. This should not be called
outside of the designer. This flag changes momentarily to false when the
designer shows a preview of a form.
Parameters: bdesign - true if the environment should be set to to design mode. falseif runtime mode.