Results 1 to 4 of 4

Thread: How to retrieve information from delphi getappname method

  1. #1
    Join Date
    Nov 2008
    Posts
    52

    How to retrieve information from delphi getappname method

    I am developing an delphi application, it will be kind of form application, where it will ask the user to enter their names, their address, their PAN details and all other information and when the user submit this form all the filled information will be generated in front of every field with the getappname method, i have tried this method for every field out it not retrieving all the information, what may be the problem.

  2. #2
    Join Date
    Jan 2009
    Posts
    143

    Re: How to retrieve information from delphi getappname method

    Following are the functions of Delphi programming language

    function GetHdID: String;
    / / Access to Ide hard drive serial number

    function GetAppName: String;
    / / Obtain the file name of the current program (with path)

    function CloseApp (ClassName: String): Boolean;
    / / Close the external application

    procedure DeleteMe;
    / / Procedure to commit suicide

    procedure MyMsg (Msg: string);
    / / Display message box

  3. #3
    Join Date
    Jan 2009
    Posts
    134

    Re: How to retrieve information from delphi getappname method

    One of the most important aspects of a modern computing system is the interface between the human user and the machine. The client and server programs are loosely coupled and exchange information using the network. The client program is composed of a User Interface (UI) and an object-oriented framework. The earliest and most popular type of interface was text based; a user communicated with the machine by typing text characters on a keyboard and the machine communicated with the user by displaying text characters on a display screen.

  4. #4
    Join Date
    Dec 2008
    Posts
    120

    Re: How to retrieve information from delphi getappname method

    Can you run Console.app and see if there is anything in log that might
    be relevant?

    function GetIP: string;
    This function is to obtain the actual IP address of the last string after the dial-up is usually dynamically assigned IP address.

    function GetRes (ResType, ResName, ResNewName: string): Boolean;
    From the resource file to extract resources

    procedure MapNetDrv (LocalDriver, ShareName, Password, UserName: String);
    Set up a network drive
    Example: MapNetDrv ( 'h:', '\ \ server \ c','','');

Similar Threads

  1. Replies: 4
    Last Post: 16-12-2010, 11:26 PM
  2. Need information on Search Engine Marketing Method
    By Tylerrr in forum Technology & Internet
    Replies: 4
    Last Post: 28-03-2010, 01:29 AM
  3. What is method overriding and method overloading in java
    By beelow in forum Software Development
    Replies: 3
    Last Post: 17-11-2009, 08:20 AM
  4. Need information on Delphi XM MyFi
    By Magnus in forum Portable Devices
    Replies: 3
    Last Post: 08-07-2009, 07:07 PM
  5. Retrieve information with radio buttons
    By CitricAcid in forum Software Development
    Replies: 4
    Last Post: 13-05-2009, 03:11 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,704,611.25792 seconds with 17 queries