![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Set ampersand in caption
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;
-
More for developers