company logo

ControlContext :: controlPath - Complete control path

The property returns the complete control path from the project window control to the current control in terms of field control names. Control paths or part of it might be used for providing control context by calling control().

The control path is returned as list of control names separated by '.' (as "controlname1.controlname2").

In order to get the path in terms of field names, fieldPath() might be called. resourcePath() returns the complete path referring to control and field names.

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

The name refers to a design or GUI resource.

Implementation details

odaba::String ControlContext  :: controlPath (  )