PropertyHandle :: SetDescription - Set definition for property
The function can be used for property handles referring to internal data (transient fields) to allocate a description (DBFieldDef). The description is not owned by the property handle in this case and will not automatically freed when closing the property handle.
Do not use this functions for subordinated property handles that refer to properties in instances.
Implementation details
PropertyHandle  :: SetDescription ( DBFieldDef *prop_def )
- prop_def
- Property definition
The property definition contains the metadata for the referenced property instance.