Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/BrowserRecord.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by h677, Sun Nov 27 16:40:05 2005 UTC revision 1.3 by h677, Tue Feb 21 15:35:49 2006 UTC
# Line 21  type Line 21  type
21                  FThread         : TThreadItem;                  FThread         : TThreadItem;
22                  FLastSize       : Integer;                  FLastSize       : Integer;
23                  FRepaint        : Boolean;                  FRepaint        : Boolean;
24                  FMovement       : string;                                                       ///< スクロール先アンカー                  //FMovement     : string;                                                       ///< スクロール先アンカー
25          public          public
26                  destructor      Destroy; override;                  destructor      Destroy; override;
27                  property        Event : THTMLDocumentEventSink read FEvent write FEvent;                  property        Event : THTMLDocumentEventSink read FEvent write FEvent;
# Line 29  type Line 29  type
29                  property        Thread  : TThreadItem   read FThread    write FThread;                  property        Thread  : TThreadItem   read FThread    write FThread;
30                  property        LastSize        : Integer               read FLastSize  write FLastSize;                  property        LastSize        : Integer               read FLastSize  write FLastSize;
31                  property        Repaint         : Boolean               read FRepaint   write FRepaint;                  property        Repaint         : Boolean               read FRepaint   write FRepaint;
32                  property        Movement        : string                read FMovement  write FMovement;                  //property      Movement        : string                read FMovement  write FMovement;
33                  procedure       Move(const AName: string);                  procedure       Move(const AName: string);
34                  procedure       IDAnchorPopup(Abody :string);                  procedure       IDAnchorPopup(Abody :string);
35          end;          end;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26