Getting Started Object Pascal Sharing Images Text Sharesheet, iOS Android

preview_player
Показать описание
Try it for FREE!
Рекомендации по теме
Комментарии
Автор

Rather than just a plain button for "Share", how can we create a platform-appropriate button (e.g., on iOS it's an icon of a square with a small arrow emerging from the top)?

ChuckieIllinois
Автор

Does this work only for iOS and Android, and not for Win/Mac?

ChuckieIllinois
Автор

I'd like to provide a "Share" button for use with a TChart in a mobile app.  I followed the steps shown in the video, and then added this handler:
 
var
  bmp: TBitmap;
begin
  bmp:= MyChart.TeeCreateBitmap;
 
  bmp.Destroy;

When the "Share" button is clicked, this results in an "Error Access violation" error message.

ChuckieIllinois
welcome to shbcf.ru