[ borovac @ 10.11.2004. 18:45 ] @
1. Kako u RichEdit-u promijeniti boju npr. treće linije?
2. Kako promijeniti Created, Modified i Accessed time za neki fajl?

hvala
[ Almedin @ 10.11.2004. 22:30 ] @
1.

RE.selstart := length(RE.lines[0])+2+length(RE.lines[1])+2;
RE.sellength := length(RE.lines[2]);
RE.selattributes.color := clred;

2.

Pogledaj funkcioju SetFileTime.