Ignore:
Timestamp:
Feb 10, 2011, 4:07:44 PM (14 years ago)
Author:
george
Message:
  • Added: Method for obtaining call stack from specified address.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ExceptionLogger/UExceptionForm.lfm

    r64 r167  
    1010  OnDestroy = FormDestroy
    1111  OnShow = FormShow
    12   LCLVersion = '0.9.29'
     12  LCLVersion = '0.9.31'
    1313  object ButtonClose: TButton
    1414    Left = 611
     
    3636    Top = 3
    3737    Width = 678
    38     ActivePage = TabSheet1
     38    ActivePage = TabSheet2
    3939    Anchors = [akTop, akLeft, akRight, akBottom]
    40     TabIndex = 0
     40    TabIndex = 1
    4141    TabOrder = 2
    4242    object TabSheet1: TTabSheet
     
    7676          end       
    7777          item
     78            Caption = 'Line'
     79            Width = 71
     80          end       
     81          item
    7882            Caption = 'Class'
    7983            Width = 150
     
    8690            Caption = 'Unit'
    8791            Width = 150
    88           end       
    89           item
    90             Caption = 'Line'
    91             Width = 71
    9292          end>
    93         ItemIndex = -1
    9493        ReadOnly = True
    9594        RowSelect = True
Note: See TracChangeset for help on using the changeset viewer.