Android Instance-Multi-window switching

Source: Internet
Author: User

Android Instance-Multi-window switching

1. Picture one is the interface after the program runs.

2. Picture two is to click on the "non-modal display" interface.

3. Picture three is to click on the "Mold Honest Display" interface (prompt platform is not supported).

UnitUnit1;Interfaceusessystem.sysutils, System.types, System.uitypes, system.classes, System.variants, FMX. Types, FMX. Controls, FMX. Forms, FMX. Graphics, FMX. Dialogs, Fmx.stdctrls, FMX. controls.presentation;typeTForm1=class(tform) Button1:tbutton;    Label1:tlabel;    Button2:tbutton; procedureButton1Click (Sender:tobject); procedureButton2click (Sender:tobject); Private    {Private Declarations}   Public    {Public Declarations}  End;varForm1:tform1;ImplementationusesUnit2;{$R *.FMX}{$R *. NMXHDPIPH.FMX ANDROID}procedureTform1.button1click (sender:tobject);beginform2.show;//non-modal display form twoEnd;procedureTform1.button2click (sender:tobject);beginForm2.showmodal;//modal display form twoEnd;End.

Android Instance-multi-window toggle

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.