company logo

ControlContext :: removeInputHelp - Remove input help control

The function will remove the input help control (selection list) with the name passed in sControl.

Notes:

The class name passed is not yet checked. But one of the next versions will improve the function in order to be able to handle input help controls with same name properly. For now, input help controls added to a control should have unique names.

Return value:  Base context for all database context class ( odaba::DBBaseContext & )

The context refers to a DBBaseContext instance, which is the base class for all database context classes (Property, Instance, ObjectSpace and Database).

Implementation details

ControlContext  :: removeInputHelp ( odaba::String &sClassName, odaba::String &sControl )
  • sClassName - Class name

    The class name is the name of an implementation class (usually) defined in the database. Class names must not exceed 40 characters.

    In order to pass no class name, an empty string ( String() ) might be passed.

  • sControl - Control name

    The control name is the name of the control resource as being defined within the parent control.

    "city"         // search city control in current control

    "..city"       // search city control in parent-parent-control

    "address.city" // search city control in subordinated address form