Ignore:
Timestamp:
Jan 14, 2007, 8:02:42 PM (19 years ago)
Author:
RBRi
Message:

another refactoring step for cleaning up the command line handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/MainForm.pas

    r60 r61  
    813813Var
    814814  MainForm: TMainForm;
     815  CmdLineParameters : TCmdLineParameters;
    815816
    816817Implementation
     
    22702271    Lines.Add('');
    22712272    Lines.Add('parsed infos:');
     2273
    22722274    Lines.Add('getShowUsageFlag: ' + boolToStr(CmdLineParameters.getShowUsageFlag));
    22732275    Lines.Add('getSearchFlag: ' + boolToStr(CmdLineParameters.getSearchFlag));
Note: See TracChangeset for help on using the changeset viewer.