Cómo eliminar el registro SQL Delphi

qry.sql.clear;
qry.sql('DELETE FROM');
qry.sql('WHERE');
execSQL;
FormShow(Self);
Grotesque Goshawk