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
- Get resource name
GUIResource :: name (  ) - Set resource name
GUIResource :: name ( sResource )
Implementation details
- to list
-
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)
to list
- sResource
- Name of resoure