company logo

Property :: currentTypeDefinition - Current type definition property

The function usually returns the same as typeDefinition(), i.e. the type definition for the property handle. For weak-typed collections, however, the function returns the type definition of the selected instance, which may differ from instance to instance.

When no instance is selected in the property handle, the function returns the type definition of the last instance selected (current setting) or the type explicitly set for the property handle by calling setType().

Return value:  Type definition ( odaba::TypeDefinition  )

Type definition refers to a type descriptor for a complex data type (structure), view or enumeration.

Implementation details

const odaba::TypeDefinition Property  :: currentTypeDefinition (  )