ControlContext :: baseProperty - Get base property handle
The base property handle is the base collection defined as such in the data source of a fieldor, when no base collection has been defined for the field data source, the base collection resulting from the data model definition for the property handle of the control.
The function throws an exception, when the control context is not valid or no base collection is defined at all. To avoid an exception, when no base collection is available use hasBaseProperty().
Return value: Propery handle ( odaba::Property & )
Implementation overview
- Get current base property handle
ControlContext :: baseProperty (  ) - Change base property handle
ControlContext :: baseProperty ( cProperty )
Implementation details
-
Get current base property handle
odaba::Property & ControlContext  :: baseProperty (  )
The function returns the base property handle currently set for the control.
to list
-
Change base property handle
odaba::Property & ControlContext  :: baseProperty ( odaba::Property &cProperty )
The function changes the base property handle for the control to the property handle passed in cProperty.
- cProperty - Property handle reference
to list