IDbClass.IsAbstract

Syntax

IsAbstract: Boolean;

Description

The IsAbstract property returns whether the class does not support creation.

Comments

On attempt of creating the object of the class, not supporting the creation (for example: KE_CLASS_SHORTCUT_AUDIT), the unique situation 'Object Class Not Found' is generated.

See also:

IDbClass