object Form1: TForm1 Left = 198 Top = 160 Width = 696 Height = 480 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 ListBox1: TListBox Left = 96 Top = 32 Width = 401 Height = 257 ItemHeight = 13 TabOrder = 0 end object btnRun: TButton Left = 104 Top = 336 Width = 81 Height = 33 Caption = '&Run' Default = True TabOrder = 1 OnClick = btnRunClick end end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 11314 | Robert Cowham | Initial population of perforce_software version of P4OFC | ||
//guest/robert_cowham/perforce/API/p4com/main/test/delphi/Main.dfm | |||||
#1 | 4242 | Robert Cowham |
Fixed some String leaks. Fixed problem with writing to temporary files. Updated p4API to released version of 2003.2. Start of Delphi example. |