This commit is contained in:
f1iwq2
2022-11-01 10:55:47 +01:00
parent 7771670ea5
commit cc8eb2365b
24 changed files with 204 additions and 142 deletions

View File

@@ -153,6 +153,13 @@ begin
if IsWow64Process then s:=s+' OS 64 Bits' else s:=s+' OS 32 Bits';
RichEdit.color:=$111122;
RichDebug.Lines.add(s);
visible:=false; // invisible au démarrage
with VertScrollBar do
begin
Range:=785; // garantir l'apparition de la trackbar dans radStudio
visible:=true;
tracking:=true;
end;
end;
procedure TFormDebug.ButtonEcrLogClick(Sender: TObject);