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

THistoryList

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

Declaration

Source position: inputhistorycopy.pas line 75

type THistoryList = class(TStringList)

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Push();

  

  procedure LoadFromXMLConfig();

  

  procedure SaveToXMLConfig();

  

  procedure AppendEntry();

  

  function IndexOf(); override;

  

  property Name: string; [rw]

  

  property MaxCount: Integer; [rw]

  

  property ListType: TRecentListType; [r]

  

end;

Inheritance

THistoryList

  

|

TObject



CT Web help

CodeTyphon Studio