Ver Mensaje Individual
  #1  
Antiguo 28-06-2007
Capa Capa is offline
Registrado
 
Registrado: dic 2006
Posts: 2
Reputación: 0
Capa Va por buen camino
Soy nuevo con Delphi, como empezar

Hola amigos, deseo aprender a desarrollar aplicaciones en Delphi, bueno programo en php y no creo que se haga difícil de asimilar.
Instale el Delphi 7, bueno hay lo tengo, no se por donde empezar,

Como hago unas simples operaciones, como sumar, restar, multiplicar

Este código se generó
Código Delphi [-]

  object Form1: TForm1
    Left = 222
    Top = 156
    Width = 783
    Height = 540
    Caption = 'Form1'
    Color = clBtnFace
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    OldCreateOrder = False
    PixelsPerInch = 96
    TextHeight = 13
    object Button1: TButton
      Left = 80
      Top = 128
      Width = 121
      Height = 25
      Caption = 'Calcular'
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 80
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 1
      Text = 'Dato 1'
    end
    object Edit2: TEdit
      Left = 80
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 2
      Text = 'Dato 2'
    end
    object Edit3: TEdit
      Left = 80
      Top = 160
      Width = 121
      Height = 21
      TabOrder = 3
      Text = 'Resultado'
    end
    object ComboBox1: TComboBox
      Left = 80
      Top = 96
      Width = 121
      Height = 21
      ItemHeight = 13
      TabOrder = 4
      Text = 'Operacion'
    end
  end
si tiene algún enlace o site para programar en delphi, gracias..
Responder Con Cita