EPUB | CHM | PDF

TMySQLDatabase.Methods.GetTableEngines

Top Previous Next

Populates a string list with the Engine type of the tables.

Syntax:

procedure GetTableEngines(TableList: TStrings; TableEnginesList: TStrings);

Parameters:

TableList

A string list object with tables for which you need to know Engine type.

TableEnginesList

A string list object in which the Engine type of the tables will be return.

Description:

Call to GetTableEngines to obtain tables Engine type. TableEnginesList must be previously created.