mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
+ Fixed example
This commit is contained in:
parent
e9085e3e60
commit
595ec4888a
@ -43,7 +43,7 @@ begin
|
||||
GetField:=Field;
|
||||
end;
|
||||
|
||||
Function TMyObject.SetField (Value : Longint);
|
||||
Procedure TMyObject.SetField (Value : Longint);
|
||||
|
||||
begin
|
||||
Field:=Value;
|
||||
|
Loading…
Reference in New Issue
Block a user