Jump to content
과거의 기술자료(읽기 전용): https://tech.devgear.co.kr ×
과거의 기술자료(읽기 전용): https://tech.devgear.co.kr

New! 겟잇(GetIt): 델파이 용 AWS SDK와 엣지브라우저 업데이트


Recommended Posts

 

spacer.png

 

Over the last few days, Embarcadero updated the AWS package and provided a new release of the WebView 2 support in TEdgeBrowser

최근 엠바카데로는 AWS 패키지를 업데이트하고 TEdgeBrowser의 새로 출시된 WebView 2를 지원하기 시작했다.

As you can see above, there are some new and updated packages in GetIt for the RAD Studio 11 Alexandria version.

RAD스튜디오 11 알렉산드리아 버전의 겟잇(GetIt)에서는 새로운 패키지는 물론 업데이트된 버전의 패키지들을 제공한다.

 

델파이 0.14.0용 AWS SDK

The first is an update to the Preview of Appercept’s AWS SDK for Delphi. This SDK currently includes a number of essential AWS services: Polly, Simple Email Service (SESV2), Simple Notification Service (SNS), Simple Queue Service (SQS), Simple Storage Service (S3), Textract, Amazon Translate, AWS Key Management Service (AWS KMS), AWS Secrets Manager.

첫번째로 Appercept의 델파이용 AWS SDK 프리뷰 업데이트가 있다. 해당 SDK는 현재 필수 AWS 서비스를 다수 제공하고 있다. Polly, SESV2 (Simple Email Service), SNS (Simple Notification Service), SQS (Simple Queue Service), S3 (Simple Storage Service), Textract, Amazon Translate, AWS KMS (AWS Key Management Service), AWS Secrets Manager 등이 있다.

The key and secrets management services added in this last release are covered in a detailed, technical blog post at https://blogs.embarcadero.com/keeping-secrets-on-amazon-web-services/

최신 릴리스에 추가된 핵심 관리 서비스에 대한 상세한 내용은 기술 블로그 포스트 https://blogs.embarcadero.com/keeping-secrets-on-amazon-web-services/ 에서 확인할 수 있다.

The library is still under development and more services will be coming soon. As a reminder, this package is distributed by Embarcadero to Delphi Enterprise and Architect customers with an active subscription.

라이브러리는 현재 개발중이며, 더 많은 서비스가 곧 제공될 예정이다. 참고로 해당 패키지는 엠바카데로 델파이 엔터프라이즈 및 아키텍트 에디션의 업데이트 서브스크립션 계약중인 고객에게 배포 예정이다.

 

엣지브라우저 데모 및 임포트 업데이트

RAD Studio VCL library includes a TEdgeBrowser component wrapping Microsoft’s WebView2 control, one of the features of the Windows App SDK (previously known as Project Reunion). Since 11 Alexandria, Microsoft has updated the underlying SDK with new features, however we cannot update these core units in an 11.x version product, as this would be a DCU and package breaking change.

RAD스튜디오 VCL 라이브러리에는 윈도우 App SDK (Project Reunion으로 알려져있는) 기능 중 하나인 마이크로소프트의 WebView2 컨트롤을 래핑(wrapping)한 TEdgeBrowser 컴포넌트가 들어있다. 11 알렉산드리아 버전 이후부터, 마이크로소프트는 새로운 기능을 갖춘 기본 SDK를 업데이트하고 있다. 하지만 DCU와 패지키 변경으로 인해 11.x 버전 제품의 핵심 유닛을 업데이트하지는 못했다.

For this reason, we are distributing the new imported Delphi headers for WebView2 SDK 1.0.1210.39 in a GetIt package, along with an updated library code. You can include these new version in your applications. The package includes also demos for Delphi and C++Builder showcasing some of the new features of the WebView2 SDK.

이러한 이유로 겟잇 패키지에서 WebView2 SDK 1.0.1210.39용 새로 도입된 델파이 헤더를 배포하고 있으며, 업데이트된 라이브러리 코드도 함께 배포중이다. 해당 새버전을 여러분의 애플리케이션에 적용할 수 있다. 이 패키지에는 WebView2 SDK 새 기능 일부를 보여주는 델파이와 C++빌더 데모도 포함되어 있다.

 

This is a portion of the demo readme file:

다음은 데모 readme 파일의 일부이다:

 

This sample application demonstrates the use of the TEdgeBrowser VCL component.

해당 샘플 애플리케이션은 TEdgeBrowser VCL 컴포넌트 활용법을 보여준다.

 

TEdgeBrowser is a successor to TWebBrowser. Where TWebBrowser uses the Internet Explorer WebBrowser control as its browser UI, TEdgeBrowser uses Edge browser’s WebView2 control. Because of this TEdgeBrowser relies on:

TEdgeBrowser는 TWebBrowser의 후속 버전이다. TWebBrowser가 인터넷 익스플로러 WebBrowser 컨트롤을 브라우저 UI로 사용하는 경우, TEdgeBrowser는 엣지 브라우저의 WebView2 컨트롤을 사용하게 된다. 이로 인해 TEdgeBrowser는 다음에 의존하게 된다:

  1. 설치중인 엣지 브라우저
  2. 사용 가능한 WebView2 컨트롤 로더 DLL (마이크로소프트 WebView2 SDK의 일부로, 겟잇에서도 사용 가능)

 

Please see the documentation for TEdgeBrowser for full details on how to get it up and running with the Edge (Chromium) browser and the WebView2 browser control

TEdgeBrowser에 대한 전체 상세 문서를 참고하길 바란다 (엣지(크로미움) 브라우저와 WebView2 브라우저 컨트롤로 시작하고 실행하는 방법 등).

 

The sample includes event handlers for all of the TEdgeBrowser component’s events and these mostly surface events of the WebView2 control itself.

해당 샘플에는 전체 TEdgeBrowser 컴포넌트 이벤트와 WebView2 컨트롤 자체 대부분의 표면 이벤트에 대한 이벤트 핸들러가 포함되어 있다.

 

WebView2 자료는 다음 링크를 참고하길 바란다:

 

이 댓글 링크
다른 사이트에 공유하기

이 토의에 참여하세요

지금 바로 의견을 남길 수 있습니다. 그리고 나서 가입해도 됩니다. 이미 회원이라면, 지금 로그인하고 본인 계정으로 의견을 남기세요.

Guest
이 토픽(기고/질문)에 답하기

×   서식있는 텍스트로 붙여넣기.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   이전에 작성한 콘텐츠가 복원되었습니다..   편집창 비우기

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

중요한 정보

이용약관 개인정보보호정책 이용규칙 이 사이트가 더 잘 작동하기 위해 방문자의 컴퓨터에 쿠키가 배치됩니다. 쿠키 설정 변경에서 원하는 설정을 할 수 있습니다. 변경하지 않으면 쿠키를 허용하는 것으로 이해합니다.