Menampilkan Dialog SystemTime Windows

--> 
uses
  Shellapi;

procedureTForm1.Button1Click(Sender: TObject);
begin
  ShellExecute(Handle, 'open', 'control', 'date/time', nil, SW_SHOW);
end;

0 Response to "Menampilkan Dialog SystemTime Windows"

Post a Comment