| AppGetTablesAndKeys Method  | 
Returns:
*  the list of tables  in an app and the fields inside each table
* the list of derived fields
* the list of key fields
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic GetTablesAndKeysResult GetTablesAndKeys(
	Size windowSize,
	Size nullSize,
	int cellHeight,
	bool syntheticMode,
	bool includeSysVars
)
Public Function GetTablesAndKeys ( 
	windowSize As Size,
	nullSize As Size,
	cellHeight As Integer,
	syntheticMode As Boolean,
	includeSysVars As Boolean
) As GetTablesAndKeysResult
Parameters
- windowSize
 - Type: Qlik.EngineSize
Defines the size of the window that is used to display the results. - nullSize
 - Type: Qlik.EngineSize
  - cellHeight
 - Type: SystemInt32
Height of a cell in a table in pixels. - syntheticMode
 - Type: SystemBoolean
One of:
                                        
                                            true for internal table viewer
                                            false for source table viewer
                                        
                                        This parameter is mandatory. - includeSysVars
 - Type: SystemBoolean
If set to true, the system variables are included. 
Return Value
Type: 
GetTablesAndKeysResultImplements
IAppGetTablesAndKeys(Size, Size, Int32, Boolean, Boolean)
See Also