Unit 'InputHistoryCopy' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_debuggeride]

TInputHistories

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: inputhistorycopy.pas line 157

type TInputHistories = class

protected

  procedure LoadSearchOptions(); virtual; abstract;

  

  procedure SaveSearchOptions(); virtual; abstract;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure Load;

  

  procedure Save;

  

  procedure LoadFromXMLConfig();

  

  procedure SaveToXMLConfig();

  

  procedure SetTyphonDefaultFilename;

  

  function AddToFindHistory();

  

  function AddToReplaceHistory();

  

  function AddToFindInFilesPathHistory();

  

  function AddToFindInFilesMaskHistory();

  

  procedure ApplyFileDialogSettings();

  

  procedure StoreFileDialogSettings();

  

  procedure SetFileDialogSettingsInitialDir();

  

  function SelectDirectory();

  

  property Filename: string; [rw]

  

  property MaxFindHistory: Integer; [rw]

  

  property FindHistory: TStringList; [rw]

  

  property ReplaceHistory: TStringList; [rw]

  

  property FindInFilesPathHistory: TStringList; [rw]

  

  property FindInFilesMaskHistory: TStringList; [rw]

  

  property FindInFilesSearchOptions: TLazFindInFileSearchOptions; [rw]

  

  property FindAutoComplete: Boolean; [rw]

  

  property FileDialogSettings: TFileDialogSettings; [rw]

  

  property CleanOutputFileMask: string; [rw]

  

  property CleanSourcesFileMask: string; [rw]

  

  property HistoryLists: THistoryLists; [r]

  

  property DiffFlags: TTextDiffFlags; [rw]

  

  property DiffText2: string; [rw]

  

  property DiffText2OnlySelection: Boolean; [rw]

  

  property NewProjectType: string; [rw]

  

  property NewFileType: string; [rw]

  

  property LastConvertDelphiProject: string; [rw]

  

  property LastConvertDelphiPackage: string; [rw]

  

  property LastConvertDelphiUnit: string; [rw]

  

  property ViewNeedBuildTarget: string; [rw]

  

  property FileEncodings: TStringToStringTree; [rw]

  

  property Ignores: TIHIgnoreIDEQuestionList; [r]

  

end;

Inheritance

TInputHistories

  

|

TObject



CT Web help

CodeTyphon Studio