Delphi Developer
Procedure SetChLine; begin For i := 1 to 10 do ChLine[i] := '-'; end;
has to be:
Procedure SetChLine; begin For i := 1 to ChLgt do ChLine[i] := '-'; end;
------ SeaBert ------------- | E-Mail: jjt...@cs.ruu.nl | ------ C-Bert --------------
1. Adjust Hanger
2. Hanger
3. Hanger
4. Adjust program speed to processor speed
5. adjust edit box size
6. Adjusting dbEdit contents before update
7. Adjusting the length of a Qreport Datafield
8. Adjusting the field size in an underlying database
9. adjusting applicatin priority (vs. a thread's)
10. Adjust Scrollbars in Treeview?