V9.0
V9.0
This commit is contained in:
@@ -12,6 +12,7 @@ type
|
||||
StringGridFO: TStringGrid;
|
||||
Label1: TLabel;
|
||||
LabelErreur: TLabel;
|
||||
Label2: TLabel;
|
||||
procedure ButtonOkClick(Sender: TObject);
|
||||
procedure FormCreate(Sender: TObject);
|
||||
procedure FormActivate(Sender: TObject);
|
||||
@@ -201,7 +202,6 @@ begin
|
||||
if champ<>0 then delete(s,1,champ);
|
||||
end;
|
||||
|
||||
|
||||
inc(col);
|
||||
until (col>stringGridFO.ColCount-1) or (pos(',',s)=0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user