mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 13:29:26 +01: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