...get more... for Delphi.NET, C#, VB.NET for Delphi VCL, BCB 3-6
greatis.blogspot.com
To use ampersand in Delphi, you should write double symbol "&" in a string. For example:
procedure TForm1.Button1Click(Sender: TObject); begin Button1.Caption:='Stay&&Run'; end;