Home
Product home page
Download
Order
Contents
Welcome!
TBDE2MySQLDAC
TmySQLBatchExecute
TmySQLDatabase
Properties
Methods
ApplyUpdates
ChangeUser
Close
CloseDataSets
Commit
Connect
ConnectWithConnectionOptionsDialog
Create
Destroy
Disconnect
Execute
GetCharSet
GetClientInfo
GetDatabaseCharacterset
GetDatabaseCollation
GetDatabases
GetDatabaseSize
GetFieldNames
GetFuncNames
GetHostInfo
GetIdentifier
GetProtoInfo
GetServerInfo
GetServerStat
GetStoredProcNames
GetTableNames
Kill
Open
Ping
Reconnect
Rollback
SelectXxx
Shutdown
StartTransaction
Events
TmySQLDataset
TmySQLDirectQuery
TmySQLDump
TmySQLMacroQuery
TmySQLMonitor
TmySQLQuery
TmySQLStoredProc
TmySQLTable
TmySQLTools
TmySQLUpdateSQL
FAQ
Examples
DataTypes map
DAC for MySQL
TMySQLDatabase.Methods.Kill
Previous
Next
Kills a thread.
Syntax:
procedure Kill(PID : Integer);
Description:
Asks the server to kill the thread specified by
PID
.