Skip to main content Skip to complementary content

ChildList

Overview

Lists the children of a generic object. Is the layout for ChildListDef.

Information noteChildList is used by the GetLayout method to list the children of a generic object.

Properties

Name Description Type
qItems Information about the items in the app object

Array of NxContainerEntry

Example

"qChildList": { "qItems": [ { "qInfo": { "qId": "Listbox01", "qType": "Listbox" }, "qData": { "title": "A listbox", "description": "A listbox", "meta": { "data": "this is the data" }, "order": [ 1, 2, 3, 4 ], "id": "", "lb": { "qStateName": "$", "qDef": { "qGrouping": "N", "qFieldDefs": [ "CategoryID" ], "qFieldLabels": [ "Dim1" ], "qSortCriterias": [ { "qSortByLoadOrder": 1, "qExpression": {} } ], "qNumberPresentations": [ { "qType": "U", "qnDec": 10, "qDec": ".", "qThou": " " } ] }, "qAutoSortByState": { "qDisplayNumberOfRows": -1 }, "qInitialDataFetch": [ { "qLeft": 1, "qWidth": 1, "qHeight": 1 } ] }, "hc": "" } }, { "qInfo": { "qId": "Listbox02", "qType": "Listbox" }, "qData": { "title": "A listbox", "description": "A listbox", "meta": { "data": "this is the data" }, "order": [ 1, 2, 3, 4 ], "id": "", "lb": { "qStateName": "$", "qDef": { "qGrouping": "N", "qFieldDefs": [ "CategoryName" ], "qFieldLabels": [ "Dim1" ], "qSortCriterias": [ { "qSortByLoadOrder": 1, "qExpression": {} } ], "qNumberPresentations": [ { "qType": "U", "qnDec": 10, "qDec": ".", "qThou": " " } ] }, "qAutoSortByState": { "qDisplayNumberOfRows": -1 }, "qInitialDataFetch": [ { "qLeft": 1, "qWidth": 1, "qHeight": 1 } ] }, "hc": "" } }, { "qInfo": { "qId": "Listbox03", "qType": "Listbox" }, "qData": { "title": "A listbox", "description": "A listbox", "meta": { "data": "this is the data" }, "order": [ 1, 2, 3, 4 ], "id": "", "lb": { "qStateName": "$", "qDef": { "qGrouping": "N", "qFieldDefs": [ "Address" ], "qFieldLabels": [ "Dim1" ], "qSortCriterias": [ { "qSortByLoadOrder": 1, "qExpression": {} } ], "qNumberPresentations": [ { "qType": "U", "qnDec": 10, "qDec": ".", "qThou": " " } ] }, "qAutoSortByState": { "qDisplayNumberOfRows": -1 }, "qInitialDataFetch": [ { "qLeft": 1, "qWidth": 1, "qHeight": 1 } ] }, "hc": "" } }
]
}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!