...call the systemtime dialog?

Author: Simon Grossenbacher
Homepage: http://www.swissdelphicenter.ch

Category: System

uses
  
Shellapi;

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

 

printed from
www.swissdelphicenter.ch
developers knowledge base