Class Hierarchy
Object > ComponentObject > ComponentSearchForm
Type |
Property |
Name |
Multilingual Name |
Return Type |
Signature |
GetReleasedTemplate( |
|
IsTemplateReleased( |
Multilingual Name (COOSYSTEM@1.1:mlname)
unique LanguageStringList[] COOSYSTEM@1.1:mlname
COOTC@1.1001:GetReleasedTemplate
object COOTC@1.1001:GetReleasedTemplate(
optional boolean checkreleased,
out retval object releasedtemplate)
Name |
Description |
checkreleased |
Checks the validity of the released template.
The object is valid if it is usable and if it is the released template
of a design template, or if it is the design template itself in case it
is an object that does not need to be released.
|
releasedtemplate |
the released template
|
COOTC@1.1001:IsTemplateReleased
boolean COOTC@1.1001:IsTemplateReleased(
out retval boolean isreleased,
out optional object releasedtemplate)
Name |
Description |
isreleased |
the result
|
releasedtemplate |
the released template
|