A B C D E F G H I J K L M N
O P Q R S T U V W X Y Z

- I -

if fbtm_vGridColumnName = fbtm_cFieldName_ExecutionTime then

alertText.Add(Format('Execution time: %d ms', [fbtm_vFieldValue_ExecutionTime]));

alertText.Add(Format('Project: %s', [fbtm_vProjectName]));

alertText.Add(Format('Row#: %d', [fbtm_vGridRowIndex]));

alertText.Add(Format('Server: %s', [fbtm_vServerName]));

begin

end;

fbtm_ShowAlertWindow(alertText.Text, 10000);