company logo

ControlContext :: resourcePath - Complete resource path

The function returns the complete resource path from the project window control to the current control in terms of field and field control names. Control paths or part of it might be used for printing messages e.g. in case of error.

The control path is returned as list of field and control name names separated by '.' (as "field1(control1).field2(control2)").

In order to get the path in terms of control or field names, controlPath() or resourcePath() may be called.

Return value:  Resource or entity name ( odaba::String & )

The name refers to a design or GUI resource.

Implementation details

odaba::String ControlContext  :: resourcePath (  )