Delphi: .
1 (expexted, ambiguous, assign, required)
, .
. , :
<-1>
expected but <-2> found.
. ,
: , .
: "')' expected but ';' found":

"'END' expected but ',' found".
,
:

<> is not a
type identifier.
<> .
, ,
, . ,
:

; not allowed before 'Else'. else
. .
Abstract method must be virtual or dynamic.
.
, . ,
. TUnit,
"". draw
undraw,
. , Go,
Undraw,
draw.
, , TAdvancedUnut,
,
draw. Go .
, , go,
?
,
draw ,
go draw,
, , , TUnit.
. ,
TUnit - , .
, ( ), go
, draw - .
tUnit
draw. ,
,
draw.
Ambiguous overloaded call to < >.
. .
,
,
. ,
:
procedure proba(a:integer;
b:integer=0); overload;
procedure proba(a:integer; b:boolean=false); overload; |
proba
, :

, , ,
6 b:integer=0,
b:boolean=false.
Array type required.
,
, , . ,
[2,1,1] ( ).
Assignment to FOR-loop variable <>.
FOR- . ,
i :
For i:= 1 to n do
For i:= 1 to m do ... |
Break or Continue outside of loop.
Break Continue . -
.
Cannot initialize local variables.
(
).
:

:

Cannot assign to/read a read-only/write-only property.
read/only write/only .
:

Constant
expression expected.
,
Case.
:

:

Constant expression violates subrange bounds.
. . ,
x:=4000000000,
integer, .
Constant or type identifier expected.
-.
:

Delphi text ,
:
procedure
TForm1.FormCreate(Sender: TObject);
var MyVar:TextFile;
begin
end; |
Could not
compile used unit <>.
<> . uses
, .
, ,
:

Data type too
large.
2 ; .
, 2 ,
. , , .
Declaration expected
but <-> found.
. (
"end" "case"):

.
,
,
"Turbo Delphi",
"Borland
Software Corporation.
|