Einzelnen Beitrag anzeigen

ChristianG

Registriert seit: 8. Jul 2014
97 Beiträge
 
Delphi XE6 Starter
 
#8

AW: Firemonkey Frame Fehler (Android)

  Alt 14. Jul 2014, 13:34
Hier sind die Uses von meiner Hauptunit:
Delphi-Quellcode:
uses
  System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
  FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, System.Actions,
  FMX.ActnList, FMX.TabControl, FMX.StdCtrls, FMX.Layouts, FMX.Memo, Xml.xmldom,
  Xml.XMLIntf, Xml.XMLDoc, IdBaseComponent, IdComponent, StrUtils,
  IdTCPConnection, IdTCPClient, IdHTTP, FMX.Objects, FMX.Ani, System.Rtti,
  FMX.Grid, Data.DB, Datasnap.DBClient, FMX.Edit, Unit1;
und meine privates
Delphi-Quellcode:
private
    A: array of TValue;
// FItem : TItem;
    XMLregestrierung : IXMLDocument;
    XMLbezahlen : IXMLDocument;
    XMLDocument1 : IXMLDocument;
    XMLlogin : IXMLDocument;
    ImageList : TStringList;
    ShowID : int64;
Hilft dies Weiter?
Christian
  Mit Zitat antworten Zitat