1 procedure TForm1.FormCreate(Sender: TObject); 2 begin 3 SetClassLong(Handle, GCL_STYLE, GetClassLong(Handle, GCL_STYLE) or CS_DROPSHADOW); 4 end;