Android EngineComponentCommands::GetChildren
DRD:DEV

Get references to the children, if any, for the provided container component.

Normally, this is only valid for windows or other container components. If no children exist then an empty string is returned. If children are present then a single string of separated values is returned. The first character in the returned string defines the delimiter character used to separate child references.

The Android Engine also persists these values as SAFS variables.

            ^DroidEngine.Command    = [command]
            ^DroidEngine.StatusCode = [statuscode string]
            ^DroidEngine.StatusInfo = [statusinfo]
            

See DEngineCommandProcessor.setStatusVars().



Fields: [ ]=Optional with Default Value
  1. Component
    An object reference or proxy reference to the component.

    A reference to a particular component previously returned from a call to getTopLevelWindows, getMatchingParentObject, getMatchingChildObjects, or one of the other engine commands that return such references.

Examples:
[How To Read This Reference]