Android EngineComponentCommands::GetPropertyNames
DRD:DEV

Get the names of all available properties for a component.

Returns a delimited string list of case-sensitive property names for the component. The first character in the string is the delimiter used to separate each property name in the list.

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, getMatchingChildObjects, getChildren, or one of the other engine commands that return such references.

Examples:
[How To Read This Reference]