company logo

GUIResource :: name - Resource name property

The resource name is the name, which has been used when defining the resource in the resource database. Resources, which consist of context related and abstract definition (e.g. field and field control or region and region control) refer to the name of the context related resource name (field, control, column).

Return value:  Name of resoure ( odaba::String & )

"ok_button"        // button in the current window

"address.street"   // line edit in the address subwindow

".name"            // line edit in the upper control (window)

Implementation overview

Implementation details

  1. Get resource name
    odaba::String GUIResource  :: name (  )
  2. to list
  3. Set resource name
    odaba::String GUIResource  :: name ( odaba::String &sResource )
    • sResource - Name of resoure

      "ok_button"        // button in the current window

      "address.street"   // line edit in the address subwindow

      ".name"            // line edit in the upper control (window)

  4. to list