bool Template::is_deletable( ) {
   if ( !m_cobj )
     return false;
   return EnvIsDeftemplateDeletable( m_environment.cobj(), m_cobj );
 }
Exemple #2
0
globle intBool IsDeftemplateDeletable(
  void *vTheDeftemplate)
  {
   return EnvIsDeftemplateDeletable(GetCurrentEnvironment(),vTheDeftemplate);
  }