Property :: setGenericAccessKeyType - Change type for generic index
Implementation overview
- Set type name for generic access key
Property :: setGenericAccessKeyType ( sGenericType ) - Set type code for generic access key
Property :: setGenericAccessKeyType ( iGenericType ) 
Implementation details
- 
Set type name for generic access key
Property  :: setGenericAccessKeyType ( odaba::String &sGenericType )
The function sets the type for the generic access key, which requires, that the currently selected access key is a generic access key. The type ( e.g. language) is passed as string (sGenericType) which has to be a valid enumerator name in the generic type enumeration.
- sGenericType
 - Generic type name
The type for a generic attribute is a valid value from the basic enumeration of the generic attribute. The generic type name is a valid enumerator name. An empty string indicates an undefined generic type.
 
to list
 - sGenericType
 - Generic type name
 - 
Set type code for generic access key
Property  :: setGenericAccessKeyType ( int32 iGenericType )
The function sets the type for the generic access key, which requires, that the currently selected access key is a generic access key. The type ( e.g. language) is passed as number (iGenericType) which has to be a valid enumerator code in the generic type enumeration.
- iGenericType
 - Type of generic attribute
The type for a generic attribute is a valid value from the basic enumeration of the generic attribute. 0 indicates an undefined generic type.
 
to list
 - iGenericType
 - Type of generic attribute
 

