mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:09:19 +02:00
* fields after objects methods.
git-svn-id: trunk@13340 -
This commit is contained in:
parent
c7ca0f8b0f
commit
10c67a4ad5
@ -201,6 +201,8 @@ type
|
|||||||
|
|
||||||
PWatch = ^TWatch;
|
PWatch = ^TWatch;
|
||||||
TWatch = Object(TObject)
|
TWatch = Object(TObject)
|
||||||
|
expr : pstring;
|
||||||
|
last_value,current_value : pchar;
|
||||||
constructor Init(s : string);
|
constructor Init(s : string);
|
||||||
constructor Load(var S: TStream);
|
constructor Load(var S: TStream);
|
||||||
procedure Store(var S: TStream);
|
procedure Store(var S: TStream);
|
||||||
@ -208,8 +210,6 @@ type
|
|||||||
procedure Get_new_value;
|
procedure Get_new_value;
|
||||||
procedure Force_new_value;
|
procedure Force_new_value;
|
||||||
destructor done;virtual;
|
destructor done;virtual;
|
||||||
expr : pstring;
|
|
||||||
last_value,current_value : pchar;
|
|
||||||
private
|
private
|
||||||
GDBRunCount : longint;
|
GDBRunCount : longint;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user