Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   An example of using an iOS API that we don’t wrap (https://www.delphipraxis.net/174594-example-using-ios-api-we-don%92t-wrap.html)

DP News-Robot 30. Apr 2013 19:10

An example of using an iOS API that we don’t wrap
 
The following very short snippet shows you how to set/clear the network activity indicator on iOS. uses iOSapi.UIKit; function SharedApplication: UIApplication; begin Result := TUIApplication.Wrap(TUIApplication.OCClass.sharedA pplication); end; procedure TForm2.Button1Click(Sender: TObject); begin ...http://feeds.feedburner.com/~r/delph...~4/JJK0W2tjF5M

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:10 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz